CRAN
MNM 1.0-3
Multivariate Nonparametric Methods. An Approach Based on Spatial Signs and Ranks
Released Mar 3, 2018 by Klaus Nordhausen
Dependencies
ICSNP 1.1-1 SpatialNP 1.1-2 ellipse 0.4.1 ICS 1.3-1
Multivariate tests, estimates and methods based on the identity score, spatial sign score and spatial rank score are provided. The methods include one and c-sample problems, shape estimation and testing, linear regression and principal components. The methodology is described in Oja (2010)
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>MNM</artifactId> <version>1.0-3-b4</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:MNM')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- affine.trans-examples
- anova.mvl1lm-examples
- beans-examples
- mv.1sample.est-examples
- mv.1sample.test-examples
- mv.2sample.est-examples
- mv.2way.est-examples
- mv.2way.test-examples
- mv.Csample.test-examples
- mv.ind.test-examples
- mv.l1lm-examples
- mv.shape.est-examples
- mv.shape.test-examples
- mvPCA-examples
- pairs2-examples
- plot.mvloc-examples
- plotMvloc-examples
- plotShape-examples
- rmvpowerexp-examples
- runifsphere-examples
- screeplot.mvPCA-examples
- spatial.sign2-examples
- summary.mvPCA-examples