Description Usage Arguments Value Examples
This function implements a missing value based CV model selection approach for the pESCA model on mutliple data sets with the same data type. The details can be found in https://arxiv.org/abs/1902.06241.
1 2 | pESCA_CV_fullInfo(simulatedData, lambdas_CV = NULL, penalty = "L2",
fun_concave = "gdp", opts = list())
|
simulatedData |
the output of function |
lambdas_CV |
a vector cotains a sequence of values of lambda |
penalty |
The name of the penalty you want to used.
|
fun_concave |
a string indicates the used concave function. Three options are included in the algorithm.
|
opts |
a list contains the options of the algorithms.
|
This function returns a list contains the results of a pESCA mdoel.
cvErrors_mat: a matrix contains the CV errors for the full data set and each single data set;
RVs_mat: a matrix contains the RV coefficients in estimating the simulated common and distinct structures;
ranks_mat: a matrix contains the rank estimation of the common and distinct structures;
RMSEs_mat: a matrix contains the RMSEs in estimating the simulated parameters;
inits: a list contains the initilizations of all the constructed models;
outs: a list contains the outputs of all the constructed models;
1 2 3 4 5 | ## Not run:
result_CV_fullInfo <- pESCA_CV_fullInfo(simulatedData,
lambdas_CV, penalty='L2', fun_concave='gdp', opts=opts)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.