Learn R Programming

volker (version 2.1.0)

effect_metrics_one: Test whether a distribution is normal

Description

The test is calculated using stats::shapiro.test.

Usage

effect_metrics_one(data, col, labels = TRUE, clean = TRUE, ...)

Value

A volker tibble.

Arguments

data

A tibble.

col

The column holding metric values.

labels

If TRUE (default) extracts labels from the attributes, see codebook.

clean

Prepare data by data_clean.

...

Placeholder to allow calling the method with unused parameters from effect_metrics.

Examples

Run this code
library(volker)
data <- volker::chatgpt

effect_metrics_one(data, sd_age)

Run the code above in your browser using DataLab