Skip to content

beacon-biosignals/StandardizedPredictors.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Standardized regression predictors for use with StatsModels.jl (centered, z-scored, etc.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages