Description Usage Arguments Value Author(s) Examples
View source: R/miscellaneous.R
Check if a dataframe is standardized.
| 1 | is.standardized(df, tol = 0.1)
 | 
| df | A dataframe. | 
| tol | The error treshold. | 
bool.
| 1 2 3 4 5 6 7 8 | library(psycho)
library(effectsize)
df <- psycho::affective
is.standardized(df)
dfZ <- effectsize::standardize(df)
is.standardized(dfZ)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.