Learn R Programming

svyVarSel (version 1.0.1)

wlasso.plot: Plot weighted LASSO object

Description

Plot weighted LASSO object

Usage

wlasso.plot(x)

Value

a graph

Arguments

x

an object of class "wlasso".

Examples

Run this code
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)

Run the code above in your browser using DataLab