norm.diag: Diagnosis of Normality

Description Usage Arguments Value Examples

View source: R/ch15-fn.R

Description

Investigate the Normality of Data

Usage

1
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

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

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.