coef.betadelta {betaDelta}R Documentation

Standardized Regression Slopes

Description

Standardized Regression Slopes

Usage

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

Arguments

object

Object of class betadelta.

...

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 <- BetaDelta(object)
coef(std)


[Package betaDelta version 1.0.4 Index]