bestNormalize 1.0.0
New Features
-
Added feature to estimate out-of-sample normality statistics in bestNormalize
instead of in-sample ones via repeated cross-validation- Note: set
out_of_sample = FALSEto maintain backward-compatibility with prior versions
and setallow_orderNorm = FALSEas well so that it isn't automatically selected
- Note: set
-
Improved extrapolation of the ORQ (orderNorm) method
- Instead of linear extrapolation, it uses binomial (logit-link) model on ranks
- No more issues with Cauchy transformation
-
Added plotting feature for transformation objects
-
Cleared up some documentation