Description Usage Arguments Value Author(s) References Examples
View source: R/inner_wrappers.R
MCP.Xie
fits Cox model with an MCP penalty. The best lambda (penalizing factor) is chosen by BIC.
1 | MCP.Xie(dat.list, K, lambda.grid, mvpct = 0.5)
|
dat.list |
a list of matrices. Each element of the list is a sub-dataset. In each sub-dataset, for non-survival outcome, first column = response, rest = design matrix. In each sub-dataset, for continuous-time survival outcome, first column = time, second column = delta (0/1), rest = design matrix. |
K |
Number of sub-datasets in dat.list |
lambda.grid |
the grid of lambda to put into glmnet |
mvpct |
majority voting percentage used for Chen and Xie (2014) |
BIC.factor |
factor in modified BIC, BIC = -2 loglikelihood + df * N^BIC.factor |
a list containing the vector of estimates.
Yan Wang, Tianxi Cai
Chen, Xueying, and Min-ge Xie. "A split-and-conquer approach for analysis of extraordinarily large data." Statistica Sinica (2014): 1655-1684.
1 | MCP.Xie(dat.list,K,BIC.factor=0.1,lambda.grid,mvpct = 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.