normality

Repo_Status_Badge CRAN_Status_Badge R-CMD-check Downloads Downloads

An R package as a toolkit of statistical approaches for assessing data normality.

There are also other nice alternatives such as nortest, Rita, moments, cmstatr, and other friends.

Installation

You can install the package from CRAN with:

install.packages("normality")

or the development version from GitHub with:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("P10911004-NPUST/normality")

Quick start

is_normal(rnorm(20), summary = TRUE)


TODO

Implement normality tests based on:

1. Chi-Square type (may not implemented)

2. Empirical distribution function (EDF):

3. Moments:

4. Regression and correlation:

Graphical analysis:

Miscellaneous: