Learn R Programming

VSOLassoBag (version 0.99.1)

simpleEstimation: Parametric Statistical Test

Description

An internal function utilized by VSOLassoBag.

Usage

simpleEstimation(res.df, bootN)

Value

a list of p-value of each variable and the average selection ratio

Arguments

res.df

a dataframe with variables and observed frequency

bootN

an integer, bagging times

References

RRLASSO, Park H., et al, 2015, the algorithm utilized in LassoBag has been modified.

Examples

Run this code
load(system.file("extdata/Results.RData", package="VSOLassoBag"))
simpleEstimation(Results, 10)

Run the code above in your browser using DataLab