print.BCC | R Documentation |
Generic print method for BCC objects
## S3 method for class 'BCC'
print(x, ...)
x |
An object of class BCC. |
... |
further arguments passed to or from other methods. |
Void function prints model information, no object return
# get data from the package
data(epil2)
fit.BCC <- epil2
print(fit.BCC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.