powered by
Differences of Standardized Regression Slopes
# S3 method for diffbetadelta coef(object, ...)
Returns a vector of differences of standardized regression slopes.
Object of class diffbetadelta.
diffbetadelta
additional arguments.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982) std <- BetaDelta(object) diff <- DiffBetaDelta(std) coef(diff)
Run the code above in your browser using DataLab