mixlasso | R Documentation |
Function producing results of the structured penalized regression
mixlasso( x, y, z = NULL, x_test = NULL, y_test = NULL, z_test = NULL, p = NA, foldid = NULL, num.nonpen = 0, method = "IPF-lasso", family = "gaussian", nfolds = 5, y.mis = NULL, y.mis_test = NULL, x.mis = NULL, x.mis_test = NULL, tree.parm = NULL, cv.measure = "mse", type.measure = "deviance", type.min = "lambda.min", standardize.response = FALSE, lambda = NULL, bounds = NULL, bound.scale = NA, strata.surv = NULL, search.path = FALSE, EI.eps = 0.01, fminlower = 0, intercept = TRUE, threshold = 0, tol = 1e-06, mu = 0.01, NoVar = 50, N = NULL, min.iter = 20, seed = 1234, parallel = FALSE, verbose = TRUE, t.idx = NULL, t.idx_test = NULL, t.glasso = FALSE, alpha = 1, gamma = 0, maxiter = 10000, cov.proxy = "FL", predict.re = FALSE, ... )
x, y |
|
x_test, y_test |
|
p |
the number of predictors from different data source. |
foldid |
an vector of values for the cross-validation. |
num.nonpen |
number of predictors forced to be estimated (i.e., nonpenalization). |
method |
specify the the method to optimize its penalty parameters. The penalty parameters of |
lambda |
optional user-supplied |
bounds |
bounds for the interval-searching parameters |
strata.surv |
stratification variable for the Cox survival model. |
search.path |
save the visited points, default is |
EI.eps |
he convergence threshold for the expected improvement between fmin and the updated point |
fminlower |
minimal value for the function Q.func, default is 0. |
threshold |
threshold for estimated coefficients of the tree-lasso methods. |
N |
define the number of start points depending on the dimensionality of the parameter space. |
min.iter |
the minimus iterations after the initial |
seed |
random seed. |
parallel |
If |
verbose |
print the middle search information, default is |
mixlasso
An object of list "mixlasso
" is returned:
cvm |
the mean cross-validated error |
cvm_cv |
the mean cross-validated error if providing external dataset " |
alpha |
optimized |
lambda |
optimized |
pred |
the prediction of the responses |
ipf |
optimzed penalty factors |
Beta |
estimate of the coefficients |
cv |
number of nonzero coefficients |
Zhao, Z. & Zucknick, M. (2020). Stuctured penalized regression for drug sensitivity prediction. JRSSC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.