Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

xnet R package

CRAN status CRAN downloads

Master Devel
Travis build status Travis devel-build status
Coverage status Coverage status

This is the github repo for the xnet package in R. The package implements two-step kernel ridge regression, and a set of crossvalidation methods described by Michiel Stock et al. ( https://doi.org/10.1093/bib/bby095 )

Please note this is work in progress. All suggestions/issues/feature requests are welcomed.

Installation

The package can be installed in R using the following code:

remotes::install_github("CenterForStatistics-UGent/xnet")

To install the dev version, use:

remotes::install_github("CenterForStatistics-UGent/xnet", ref = "devel")

You can’t perform that action at this time.