CRAN
GLMaSPU 1.0
An Adaptive Test on High Dimensional Parameters in Generalized Linear Models
Released Dec 9, 2016 by Chong Wu
Dependencies
Rcpp MASS 7.3-50 RcppArmadillo 0.9.100.5.0 mvtnorm 1.0-8 mnormt 1.5-5
Several tests for high dimensional generalized linear models have been proposed recently. In this package, we implemented a new test called adaptive sum of powered score (aSPU) for high dimensional generalized linear models, which is often more powerful than the existing methods in a wide scenarios. We also implemented permutation based version of several existing methods for research purpose. We recommend users use the aSPU test for their real testing problem. You can learn more about the tests implemented in the package via the following papers: 1. Pan, W., Kim, J., Zhang, Y., Shen, X. and Wei, P. (2014)
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>GLMaSPU</artifactId> <version>1.0-b26</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:GLMaSPU')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 24, 2018.