psycho (version 0.5.0)

is.standardized: Check if a dataframe is standardized.

Description

Check if a dataframe is standardized.

Usage

is.standardized(df, tol = 0.1)

Arguments

df

A dataframe.

tol

The error treshold.

Value

bool.

Examples

Run this code
# 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