Learn R Programming

betaNB (version 1.0.6)

print.nb: Print Method for an Object of Class nb

Description

Print Method for an Object of Class nb

Usage

# S3 method for nb
print(x, ...)

Value

Prints the first six bootstrap covariance matrices.

Arguments

x

Object of Class nb.

...

additional arguments.

Author

Ivan Jacob Agaloos Pesigan

Examples

Run this code
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
nb <- NB(object, R = 100)
print(nb)

Run the code above in your browser using DataLab