CRAN
trafo 1.0.1
Estimation, Comparison and Selection of Transformations
Released Nov 27, 2018 by Ann-Kristin Kreutzmann
Dependencies
lmtest 0.9-36 FNN 1.1.2.2 pryr 0.1.4 moments 0.14
Estimation, selection and comparison of several families of transformations. The families of transformations included in the package are the following: Bickel-Doksum (Bickel and Doksum 1981
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>trafo</artifactId> <version>1.0.1-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:trafo')
Test Results
This package was last tested against Renjin 0.9.2716 on Dec 19, 2018.
- as.data.frame.trafo-examples
- assumptions-examples
- bickeldoksum-examples
- boxcox-examples
- diagnostics.trafo_compare-examples
- diagnostics.trafo_lm-examples
- dual-examples
- glog-examples
- gpower-examples
- logshiftopt-examples
- logtrafo-examples
- manly-examples
- modulus-examples
- neglog-examples
- reciprocal-examples
- sqrtshift-examples
- testthat
- trafo_compare-examples
- trafo_lm-examples
- yeojohnson-examples