View source: R/print.glmmboot.R
print.glmmboot | R Documentation |
A glmmboot object is the output of glmmboot
.
## S3 method for class 'glmmboot'
print(x, digits = max(3, getOption("digits") - 3), na.print = "", ...)
x |
The glmmboot object |
digits |
Number of printed digits. |
na.print |
How to print NAs |
... |
Additional parameters, which are ignored. |
Nothing in particular.
A short summary of the object is printed.
This is the only summary method available for the moment.
Göran Broström
glmmboot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.