one fold cross-validation for specifying threshold r
onefold.chooser( data.train.k, data.test.k, jj, grid.r, nb.clust, nnodes, sizeblock, method.select, B, modelNames, K, path.outfile, nbvarused )
data.train.k
: a train setdata.test.k
: a test setjj
: name of the outcome used for variable selectiongrid.r
: a grid for the tuning parameter rnb.clust
: number of clusterssizeblock
: number of sampled variables at each iterationmethod.select
: variable selection methodB
: number of iterationsmodelNames
: mixture model specification for imputation of subsetsK
: number of foldpath.outfile
: a path for message redirectionnbvarused
: a maximal number of selected variables (can be required with a large number of variables)Useful links