wlasso.plot {svyVarSel} | R Documentation |
Plot weighted LASSO object
wlasso.plot(x)
x |
an object of class "wlasso". |
a graph
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)