coef.betasandwich: Standardized Regression Slopes

View source: R/betaSandwich-methods-beta-sandwich.R

coef.betasandwichR Documentation

Standardized Regression Slopes

Description

Standardized Regression Slopes

Usage

## S3 method for class 'betasandwich'
coef(object, ...)

Arguments

object

Object of class betasandwich.

...

additional arguments.

Value

Returns a vector of standardized regression slopes.

Author(s)

Ivan Jacob Agaloos Pesigan

Examples

object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
coef(std)


betaSandwich documentation built on Oct. 15, 2023, 1:07 a.m.