powered by
Sampling Covariance Matrix of the Standardized Regression Slopes
# S3 method for betadelta vcov(object, ...)
Returns a matrix of the variance-covariance matrix of standardized slopes.
Object of class betadelta.
betadelta
additional arguments.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982) std <- BetaDelta(object) vcov(std)
Run the code above in your browser using DataLab