A numeric vector, data frame, or matrix. See details.
...
Arguments passed to or from other methods.
include_bounds
Logical, if TRUE, return value may include 0 and 1.
If FALSE, the return value is compressed, using Smithson and Verkuilen's
(2006) formula (x * (n - 1) + 0.5) / n, to avoid zeros and ones in the
normalized variables. This can be useful in case of beta-regression, where
the response variable is not allowed to include zeros and ones.
verbose
Toggle warnings and messages on or off.
select
Character vector of column names. If NULL (the default), all
variables will be selected.
exclude
Character vector of column names to be excluded from selection.
Value
A normalized object.
Details
If x is a matrix, normalization is performed across all values (not
column- or row-wise). For column-wise normalization, convert the matrix to a
data.frame.
If x is a grouped data frame (grouped_df), normalization is performed
separately for each group.
References
Smithson M, Verkuilen J (2006). A Better Lemon Squeezer? Maximum-Likelihood
Regression with Beta-Distributed Dependent Variables. Psychological Methods,
11(1), 54<U+2013>71.