CRAN

GLMaSPU 1.0

An Adaptive Test on High Dimensional Parameters in Generalized Linear Models

Released Dec 9, 2016 by Chong Wu

This package can be loaded by Renjin but 3 out 5 tests failed.

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) A powerful and adaptive association test for rare variants, Genetics, 197(4). 2. Guo, B., and Chen, S. X. (2016) . Tests for high dimensional generalized linear models. Journal of the Royal Statistical Society: Series B. 3. Goeman, J. J., Van Houwelingen, H. C., and Finos, L. (2011) . Testing against a high-dimensional alternative in the generalized linear model: asymptotic type I error control. Biometrika, 98(2).

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>

View build log

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.

Source

R
C++

View GitHub Mirror

Release History