print.cv.LassoGEE {LassoGEE} | R Documentation |
print a cross-validated LassoGEE object
Description
Print a summary of the results of cross-validation for a LassoGEE model.
Usage
## 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.
[Package LassoGEE version 1.0 Index]