norm.diag: Diagnosis of Normality

View source: R/ch15-fn.R

norm.diagR Documentation

Diagnosis of Normality

Description

Investigate the Normality of Data

Usage

norm.diag(x, xrng, by = 1, dig = 4, dc = c("cyan", 2, 4))

Arguments

x

Data vector

xrng

Range of x-axis, Default: c(mean-3stdev, mean+3stdev)

by

Histogram class interval, Default: 1

dig

Number of digits below the decimal point, Default: 4

dc

Color vector, Default: c("cyan", 2, 4)

Value

None.

Examples

(x = c(1,2,5,7, rep(8,7), rep(9,5), rep(10,4)))
norm.diag(x)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.