eNetXplorer-package: Exploration of elastic net families for generalized linear...

Description Details Author(s) Examples

Description

Provides a quantitative toolkit to explore elastic net families and to uncover correlates contributing to prediction under a cross-validation framework. Fits linear, binomial (logistic) and multinomial models.

Details

Package: eNetXplorer
Type: Package
Version: 1.0
Date: 2018-04-05
License: GPL-3

Functions:

eNetXplorer
plot.eNetXplorer
pdf.summary
eNetXplorerExport

Author(s)

Julian Candia and John S. Tsang
Maintainer: Julian Candia julian.candia@nih.gov

Examples

1
2
3
4
5
6
7
8
## Not run: 
data(QuickStartExample)
result = eNetXplorer(x=QuickStartExample$predictor,y=QuickStartExample$response,family="gaussian",n_run=25,n_perm_null=20,seed=111)
plot(result,plot.type="measured.vs.oob",alpha=4)
suppressWarnings(pdf.summary(result))
eNetXplorerExport(result)

## End(Not run)

candialab/eNetXplorer documentation built on May 21, 2019, 12:03 p.m.