View source: R/betaDelta-diff-beta-delta.R
DiffBetaDelta | R Documentation |
Estimate Differences of Standardized Slopes and the Corresponding Sampling Covariance Matrix
DiffBetaDelta(object, alpha = c(0.05, 0.01, 0.001))
object |
Object of class |
alpha |
Numeric vector.
Significance level |
Returns an object
of class diffbetadelta
which is a list with the following elements:
Function call.
The argument object
.
Function arguments.
Sampling covariance matrix of differences of standardized slopes.
Vector of differences of standardized slopes.
Ivan Jacob Agaloos Pesigan
Other Beta Delta Functions:
BetaDelta()
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaDelta(object)
diff <- DiffBetaDelta(std)
# Methods -------------------------------------------------------
print(diff)
summary(diff)
coef(diff)
vcov(diff)
confint(diff, level = 0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.