normality: Test normality of an EDA object.

View source: R/functions_corelation.R

normalityR Documentation

Test normality of an EDA object.

Description

tests normality of an EDA object values with Shapiro-Wilk test. For factor-type ones NULL is returned and a warning generated.

Usage

normality(eda_object)

Arguments

eda_object

an EDA object, created by eda.

Details

a wrapper around shapiro.test.

Value

an eTest object with the W statistic and p value.


PiotrTymoszuk/ExDA documentation built on Nov. 17, 2024, 5:46 p.m.