Description Usage Arguments Value
For a vector of tuning parameters lambda, calculate all the beta and select the best one according to BIC criterion
1 2 | lasso.tree.bic(G, T, N, y, cen, lambda, inibeta = NULL, trace = TRUE,
maxiter = 200, eps = 1e-04, w_select = "plainCox", w = NULL)
|
G |
label of dataset |
T |
feature one of the tumor |
N |
feature two of the tumor |
y |
time to failure |
cen |
censor indicator |
lambda |
tuning parameter of the fused group lasso penalty, a vector |
inibeta |
vector of initial values of beta's |
trace |
boolen varable whether to show the process of calculation |
maxiter |
max number of iteration |
eps |
tolerance |
w_select |
the method to select the adaptive weight w, "plainCox" or "preDefine" |
w |
adaptive weight w |
a list including: the best solution of beta according to BIC, a vector of BIC values corresponding to the input lambda, and a "param" beta.seq including all the beta's
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.