scaledCoefficients: Scaled Coefficients

View source: R/scaled_coefficients.R

scaledCoefficientsR Documentation

Scaled Coefficients

Description

Calculates standardized coefficients (also known as beta weights) and elasticities. (A standardized coefficient is the coefficient obtained from a regression in which both the independent variable and the dependent variable are standardized to have mean equal to zero and standard deviation equal to one.) The function reports three columns which contain the coefficients, the standardized coefficients, and the elasticities evaluated at the means of the variables.

Usage

scaledCoefficients(linmod)

Arguments

linmod

The linear regression equation for which scaled coefficients are to be calculated.


dnepple/tprstats documentation built on April 5, 2025, 6:18 a.m.