CRAN
msos 1.1.0
Data Sets and Functions Used in Multivariate Statistics: Old School by John Marden
Released Apr 27, 2017 by James Balamuta
Dependencies
Contains necessary Multivariate Analysis methods and data sets used in John Marden's book Multivariate Statistics: Old School (2015)
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>msos</artifactId> <version>1.1.0-b14</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:msos')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- bothsidesmodel-examples
- bothsidesmodel.chisquare-examples
- bothsidesmodel.df-examples
- bothsidesmodel.hotelling-examples
- bothsidesmodel.lrt-examples
- bothsidesmodel.mle-examples
- bsm.fit-examples
- bsm.simple-examples
- fillout-examples
- imax-examples
- lda-examples
- logdet-examples
- negent-examples
- negent2D-examples
- pcbic-examples
- pcbic.stepwise-examples
- pcbic.subpatterns-examples
- pcbic.unite-examples
- predict_qda-examples
- qda-examples
- reverse.kronecker-examples
- silhouette.km-examples
- sort_silhouette-examples
- tr-examples