summary.cumulcalib {cumulcalib} | R Documentation |
Summarizes a cumulcalib object
Summarizes a cumulcalib object
## S3 method for class 'cumulcalib'
summary(object, method = NULL, ...)
## S3 method for class 'cumulcalib'
summary(object, method = NULL, ...)
object |
An object of class cumulcalib generated by cumulcalib() |
method |
Which method to use. Options are BB (Brownian bridge test), BM (Brownian motion test), BB1p (1-part Brownian bridge test), and BM2p (2-part Brownian bridge test). If unspecified, returns the default method used in the cumulcalib() call |
... |
Other parameters passed to summary() |
None
None