print.nb {betaNB} | 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)