welnet.plot {svyVarSel} | R Documentation |
Plot welnet object
welnet.plot(x)
x |
an object of class "welnet". |
a graph
data(simdata_lasso_binomial)
mcv <- welnet(data = simdata_lasso_binomial, col.y = "y", col.x = 1:50,
family = "binomial", alpha = 0.5, cluster = "cluster", strata = "strata",
weights = "weights", method = "dCV", k=5, R=1)
welnet.plot(mcv)