normtest: A test of normality using R

Description Usage Arguments Value Examples

View source: R/QQPLOT.R

Description

A test of normality using R

Usage

1
normtest(data, alpha = 0.05)

Arguments

data

A vector of data

alpha

Threshold of test

Value

QQ-plot, histogram and test result of shapiro.test

Examples

1
2
3
4
5
## Not run: 
data = rnorm(3000)
normtest(data)

## End(Not run)

Miwa1996/StatComp18052 documentation built on May 5, 2019, 11:06 p.m.