summary.BCC {BCClong} | R Documentation |
Generic summary method for BCC objects
Description
Generic summary method for BCC objects
Usage
## S3 method for class 'BCC'
summary(object, ...)
Arguments
object |
An object of class BCC. |
... |
further arguments passed to or from other methods. |
Value
Void function summarize model information, no object return
Examples
# get data from the package
data(epil2)
fit.BCC <- epil2
summary(fit.BCC)
[Package BCClong version 1.0.3 Index]