powered by
The test is calculated using stats::shapiro.test.
stats::shapiro.test
effect_metrics_one(data, col, labels = TRUE, clean = TRUE, ...)
A volker tibble.
A tibble.
The column holding metric values.
If TRUE (default) extracts labels from the attributes, see codebook.
Prepare data by data_clean.
Placeholder to allow calling the method with unused parameters from effect_metrics.
library(volker) data <- volker::chatgpt effect_metrics_one(data, sd_age)
Run the code above in your browser using DataLab