norm.diag: Diagnosis of Normality

Description Usage Arguments Value Examples

View source: R/norm.diag.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)

jhk0530/Rstat documentation built on Dec. 20, 2021, 11:11 p.m.