summary.LAR {LARisk} | R Documentation |
summary.LAR
is the function for printing class "LAR".
## S3 method for class 'LAR'
summary(object, digits = 4, ...)
## S3 method for class 'LAR_batch'
summary(object, digits = 4, max.id = 50, ...)
## S3 method for class 'LAR_group'
summary(object, digits = 4, max.id = 50, ...)
object |
object of class 'LAR_batch' or LAR'. |
digits |
the number of decimal points to print. |
... |
further arguments to be passed from or to other methods. |
max.id |
the number of maximum of printing LAR results. |