View source: R/betaDelta-methods-diff-beta-delta.R
vcov.diffbetadelta | R Documentation |
Sampling Covariance Matrix of Differences of Standardized Regression Slopes
## S3 method for class 'diffbetadelta'
vcov(object, ...)
object |
Object of class |
... |
additional arguments. |
Returns a matrix of the variance-covariance matrix of differences of standardized regression slopes.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaDelta(object)
diff <- DiffBetaDelta(std)
vcov(diff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.