summary.batss {BATSS} | R Documentation |
Summary method function for objects of class 'batss'.
## S3 method for class 'batss'
summary(object, full = FALSE, ...)
object |
An object of class 'batss' (i.e., output of the function batss.glm). |
full |
A logical indicating if a standard (full = FALSE, default) or extended output (full = TRUE) should be returned. |
... |
Additional arguments affecting the summary produced. |
Prints a summary for objects of class 'batss'.
batss.glm()
, the function generating S3 objects of class 'batss'.