Description Usage Arguments Value Author(s) See Also Examples
View source: R/summary.eNetXplorer.R
This function generates a standard list of model statistics. For each alpha
, it contains the
best value of lambda
(obtained by maximizing a quality function over out-of-bag instances),
the corresponding maximum value of the quality function, and the model significance (p-value
based on comparison to permutation null models).
1 2 |
object |
|
... |
Additional parameters. |
alpha |
Vector of |
best_lambda |
Best |
model_QF_est |
Maximum of the quality function. |
QF_model_vs_null_pval |
P-value from model vs null comparison to assess statistical significance. |
Julian Candia and John S. Tsang
Maintainer: Julian Candia julian.candia@nih.gov
1 2 3 4 | data(QuickStartEx)
fit = eNetXplorer(x=QuickStartEx$predictor,y=QuickStartEx$response,
family="gaussian",n_run=20,n_perm_null=10,seed=111)
summary(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.