The estimator is a variant of the penalization estimator implemented with a ADMM algorithm. The number of groups and the number of principal components are determined by the BIC criterion.
1 2 3 4 |
data_list |
A list of data. Several elements must be present in the list. The reponse |
penalty |
A string indicates which penalty function to use, SCAD or LASSO. |
est_fix_eff |
A logical value. If |
precision |
A vector of thresholds for terminating the ADMM algorithm. |
lam_max_interval |
A vector indicating the search limits for the maximum of lambda such all the families are clutered into one group. |
lam_len |
The size of grid for searching lambda. |
lamGroup_a |
A vecotr of candidate values for lambda. If not provided, the algorithm will determine it automatically. |
scale_pena |
A logical value, whether to scale the covariates before applying the ADMM algorithm. |
num_pca |
A vector of candidate number of principal components. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.