CRAN

MFKnockoffs 0.9.1

Model-Free Knockoff Filter for Controlled Variable Selection

Released Sep 29, 2017 by Matteo Sesia

This package can be loaded by Renjin but 13 out 14 tests failed.

Dependencies

corpcor 1.6.9 Matrix 1.2-14 RSpectra 0.12-0 Rdsdp 1.0.4-2 glmnet 2.0-16 gtools 3.5.0

Model-free knockoffs are a general procedure for controlling the false discovery rate (FDR) when performing variable selection. For more information, see the website below and the accompanying paper: Candes et al., "Panning for Gold: Model-free Knockoffs for High-dimensional Controlled Variable Selection", 2016, .

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>MFKnockoffs</artifactId>
    <version>0.9.1-b8</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:MFKnockoffs')

Test Results

This package was last tested against Renjin 0.9.2635 on Apr 26, 2018.

Source

R

View GitHub Mirror

Release History