powered by
diffbetadelta
Summary Method for an Object of Class diffbetadelta
# S3 method for diffbetadelta summary(object, alpha = NULL, digits = 4, ...)
Returns 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 object.
alpha = NULL
alpha
object
Digits to print.
additional arguments.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982) std <- BetaDelta(object) diff <- DiffBetaDelta(std) summary(diff)
Run the code above in your browser using DataLab