get_standardized: Standardized Regression Model

View source: R/get_standardized.R

get_standardizedR Documentation

Standardized Regression Model

Description

Convert an unstandardized lm model object into a standardized lm model object. This standardizes all variables in the model and reruns the lm() on the standardized values.

Usage

get_standardized(x)

Arguments

x

a model object


dr-JT/regressionoutput documentation built on May 21, 2022, 4:43 a.m.