powered by
nb
Print Method for an Object of Class nb
# S3 method for nb print(x, ...)
Prints the first six bootstrap covariance matrices.
Object of Class nb.
additional arguments.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982) nb <- NB(object, R = 100) print(nb)
Run the code above in your browser using DataLab