summary.cumulcalib {cumulcalib} | R Documentation |
Summarizes a cumulcalib object
Description
Summarizes a cumulcalib object
Summarizes a cumulcalib object
Usage
## S3 method for class 'cumulcalib'
summary(object, method = NULL, ...)
## S3 method for class 'cumulcalib'
summary(object, method = NULL, ...)
Arguments
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() |
Value
None
None
[Package cumulcalib version 0.0.1 Index]