welnet.plot: Plot welnet object

View source: R/welnet.plot.R

welnet.plotR Documentation

Plot welnet object

Description

Plot welnet object

Usage

welnet.plot(x)

Arguments

x

an object of class "welnet".

Value

a graph

Examples

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)

svyVarSel documentation built on Oct. 15, 2024, 5:06 p.m.