print.cv.LassoGEE: print a cross-validated LassoGEE object

Description Usage Arguments Details References See Also

View source: R/print.cv.LassoGEE.R

Description

Print a summary of the results of cross-validation for a LassoGEE model.

Usage

1
2
## S3 method for class 'cv.LassoGEE'
print(x, digits = NULL, ...)

Arguments

x

fitted 'cv.LassoGEE' object

digits

significant digits in printout

...

additional print arguments

Details

A summary of the cross-validated fit is produced. print.cv.LassoGEE(object) will print the summary for a sequence of lambda.

References

Li, Y., Gao, X., and Xu, W. (2020). Statistical consistency for generalized estimating equation with L_1 regularization.

See Also

LassoGEE, and cv.LassoGEE methods.


LassoGEE documentation built on Nov. 8, 2020, 4:37 p.m.