Skip to content

Files

Latest commit

 

History

History
17 lines (13 loc) · 1.32 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.32 KB

StandardizedPredictors

Stable Dev CI Coverage

This package provides convenient and modular functionality for standardizing regression predictors. Standardizing predictors can increase numerical stability of some estimation procedures when the predictors are on very different scales or when they are non-orthogonal. It can also produce more interpretable regression models in the presence of interaction terms.

The examples in the docs demonstrate the use of StandardizedPredictors.jl with GLM.jl, but they will work with any modeling package that is based on the StatsModels.jl formula.