Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

performance (version 0.10.2)

check_symmetry: Check distribution symmetry

Description

Uses Hotelling and Solomons test of symmetry by testing if the standardized nonparametric skew ((MeanMedian)SD) is different than 0.

This is an underlying assumption of Wilcoxon signed-rank test.

Usage

check_symmetry(x, ...)

Arguments

x

Model or numeric vector

...

Not used.

Examples

Run this code
V <- wilcox.test(mtcars$mpg)
check_symmetry(V)

Run the code above in your browser using DataLab