CRAN
LPR 1.0
Lasso and Partial Ridge
Released Jan 11, 2016 by Xin Xu
Dependencies
iterators 1.0.10 glmnet 2.0-16 lattice 0.20-35 foreach 1.4.4 doParallel 1.0.11 slam 0.1-43 Matrix 1.2-14
Contains a function called "LPR" to estimate coefficients using Lasso and Partial Ridge method and to calculate confidence intervals through bootstrap.
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>LPR</artifactId> <version>1.0-b32</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:LPR')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.