Learn R Programming

svyVarSel (version 1.0.1)

welnet.plot: Plot welnet object

Description

Plot welnet object

Usage

welnet.plot(x)

Value

a graph

Arguments

x

an object of class "welnet".

Examples

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

Run the code above in your browser using DataLab