You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 1/2 to ranks in ORQ transformation to make quantile estimation unbiased (should have minimal impact)
Add option loo for leave-one-out cross-validation
Add progress bar for cross-validation methods (both with/without parallel)
Add "no_transform" function - does the same thing as I(x) but in the syntax of other transformations
(this allows the normalization statistics to also be calculated if no transformation is performed).
Add support for lambert transforms of type "h" in the bestNormalize function via allow_lambert_h argument.
Add "before standardization" to printout of different transforms' means and sds to clarify output