powered by
diffbetadelta
Print Method for an Object of Class diffbetadelta
# S3 method for diffbetadelta print(x, alpha = NULL, digits = 4, ...)
Prints a matrix of standardized regression slopes, standard errors, test statistics, degrees of freedom, p-values, and confidence intervals.
Object of class diffbetadelta.
Numeric vector. Significance level \(\alpha\). If alpha = NULL, use the argument alpha used in x.
alpha = NULL
alpha
x
Digits to print.
additional arguments.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982) std <- BetaDelta(object) diff <- DiffBetaDelta(std) print(diff)
Run the code above in your browser using DataLab