powered by
betadelta
Summary Method for an Object of Class betadelta
# S3 method for betadelta 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 betadelta.
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) summary(std)
Run the code above in your browser using DataLab