Description Usage Arguments Value
Find the best estimate of parameter beta's, for tuning parameters lambda
1 2 | lasso.tree(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, N |
features one of the tumor |
y |
time to failure |
cen |
censor indicator |
lambda |
tuning parameter of the fused group lasso penalty, could be a single value or a vector |
inibeta |
vector of initial guess 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 |
the estimate of lambda in "param" class (see as.param
for details)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.