Learn R Programming

betaDelta (version 1.0.6)

vcov.betadelta: Sampling Covariance Matrix of the Standardized Regression Slopes

Description

Sampling Covariance Matrix of the Standardized Regression Slopes

Usage

# S3 method for betadelta
vcov(object, ...)

Value

Returns a matrix of the variance-covariance matrix of standardized slopes.

Arguments

object

Object of class betadelta.

...

additional arguments.

Author

Ivan Jacob Agaloos Pesigan

Examples

Run this code
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaDelta(object)
vcov(std)

Run the code above in your browser using DataLab