UBC-MDS/noRmtest: This is an R package that tests your data for normality!

This package will test your data for normality using a graphical and a statistical method. As a graphical method, quantile-quantile plots (Q-Q plot) will be constructed in order for you to visualize whether the data closely approximates a straight line - thereby indicating it is normally distributed. As a statistical method, the Shapiro-Wilk test score will be calculated along with the corresponding p-value. The Shapiro-Wilk test provides better power than most other statistical normality tests as long as **most of the values are unique** This package will also derive the parameters that would fit your data to a normal distribution using maximum likelihood estimation.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("UBC-MDS/noRmtest")
UBC-MDS/noRmtest documentation built on May 7, 2019, 7:14 p.m.