wlasso.plot {svyVarSel} | R Documentation |
Plot weighted LASSO object
Description
Plot weighted LASSO object
Usage
wlasso.plot(x)
Arguments
x |
an object of class "wlasso". |
Value
a graph
Examples
data(simdata_lasso_binomial)
mcv <- wlasso(data = simdata_lasso_binomial, col.y = "y", col.x = 1:50,
family = "binomial", cluster = "cluster", strata = "strata",
weights = "weights", method = "dCV", k=10, R=1)
wlasso.plot(mcv)
[Package svyVarSel version 1.0.1 Index]