powered by
Check if a dataframe is standardized.
is.standardized(df, tol = 0.1)
bool.
A dataframe.
The error treshold.
Dominique Makowski
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