View source: R/betaNB-methods-nb.R
print.nb | R Documentation |
nb
Print Method for an Object of Class nb
## S3 method for class 'nb'
print(x, ...)
x |
Object of Class |
... |
additional arguments. |
Prints the first six bootstrap covariance matrices.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
nb <- NB(object, R = 100)
print(nb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.