Learn R Programming

betaDelta (version 1.0.6)

coef.diffbetadelta: Differences of Standardized Regression Slopes

Description

Differences of Standardized Regression Slopes

Usage

# S3 method for diffbetadelta
coef(object, ...)

Value

Returns a vector of differences of standardized regression slopes.

Arguments

object

Object of class diffbetadelta.

...

additional arguments.

Author

Ivan Jacob Agaloos Pesigan

Examples

Run this code
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