Usage
huge.select(est, criterion = NULL, r.num = 200, EBIC.gamma = 0.5, stars.thresh = 0.1,
stars.subsample.ratio = NULL, stars.rep.num = 20, verbose = TRUE)
Arguments
est
An object with S3 class "huge"
(output from huge
) criterion
Model selection criterion. For Meinshausen & Buhlmann Graph Estimation via Lasso(GEL), all 3 options are available, "PIC"
, "EBIC"
and "stars"
. For Graph Approximation via Correlation Thresholding(GACT), "stars"
r.num
The number of random permutations in PIC selection. The default value is 200.
EBIC.gamma
The tuning parameter for the EBIC. The default value is 0.5. Only applicable when est$approx = FALSE
and criterion = "EBIC"
.
stars.thresh
The variability threshold in the StARS. The default value is 0.1
. An alternative value is 0.05
. Only applicable when criterion = "stars"
.
stars.subsample.ratio
The subsampling ratio. The default value is 10*sqrt(n)/n
when n>144
and 0.8
when n<=144< code="">, where n
is the sample size. Only applicable when criterion = "stars"
.=144<>
stars.rep.num
The number of subsampling for the StARS. The default value is 20
.Only applicable when criterion = "stars"
verbose
If verbose = FALSE
, tracing information printing is disabled. The default value is TRUE
.