Learn R Programming

betaSandwich (version 1.0.8)

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

Description

Print Method for an Object of Class betasandwich

Usage

# S3 method for betasandwich
print(x, alpha = NULL, digits = 4, ...)

Value

Prints a matrix of standardized regression slopes, standard errors, test statistics, degrees of freedom, p-values, and confidence intervals.

Arguments

x

Object of class betasandwich.

alpha

Numeric vector. Significance level \(\alpha\). If alpha = NULL, use the argument alpha used in x.

digits

Digits to print.

...

additional arguments.

Author

Ivan Jacob Agaloos Pesigan

Examples

Run this code
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
print(std)

Run the code above in your browser using DataLab