cv.lmmlasso: Cross Validation for lmmlasso package

Description Usage Arguments Value References See Also Examples

Description

Cross Validation for lmmlasso package as shown in example xxx

Usage

1
cv.lmmlasso(dat, lambda = seq(0, 500, 5), ...)

Arguments

dat

matrix, containing y,X,Z and subject variables

lambda

numeric, path of positive regularization parameter, Default: seq(0, 500, 5)

...

parameters to pass to lmmlasso

Value

lmmlasso fit object

References

J. Schelldorfer, P. Buhlmann, and S. Van de Geer. Estimation for high-dimensional linear mixed-effects models using L1-penalization. Scandinavian Journal of Statistics, 38(2):197–214, 2011.

See Also

lmmlasso

Examples

1
 ## Not run: cv.lmmlasso(initialize_example(seed = 1))

Example output

Loading required package: lmmlasso
Loading required package: emulator
Loading required package: mvtnorm
Loading required package: miscTools
Loading required package: penalized
Loading required package: survival
Welcome to penalized. For extended examples, see vignette("penalized").
----------------------------------------------------------------------
This is a test release of the package 'lmmlasso'. If you have any questions or problems, do not hesitate to contact the author.
----------------------------------------------------------------------

lmmen documentation built on May 1, 2019, 8:53 p.m.