powered by
Check if a dataframe is standardized.
is.standardized(df, tol = 0.1)
A dataframe.
The error treshold.
bool.
# NOT RUN { library(psycho) library(effectsize) df <- psycho::affective is.standardized(df) dfZ <- effectsize::standardize(df) is.standardized(dfZ) # }
Run the code above in your browser using DataLab