print.nb {betaNB} | R Documentation |
Print Method for an Object of Class nb
Description
Print Method for an Object of Class nb
Usage
## S3 method for class 'nb'
print(x, ...)
Arguments
x |
Object of Class |
... |
additional arguments. |
Value
Prints the first six bootstrap covariance matrices.
Author(s)
Ivan Jacob Agaloos Pesigan
Examples
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
nb <- NB(object, R = 100)
print(nb)
[Package betaNB version 1.0.4 Index]