Learn R Programming

r6qualitytools (version 1.0.1)

print_adtest: print_adtest: Test Statistics

Description

Function to show adtest.

Usage

print_adtest(x, digits = 4, quote = TRUE, prefix = "", ...)

Value

The function returns a summary of Anderson Darling Test

Arguments

x

Needs to be an object of class adtest.

digits

Minimal number of significant digits.

quote

Logical, indicating whether or not strings should be printed with surrounding quotes. By default quote is set to TRUE.

prefix

Single character or character string that will be printed in front of x.

...

Further arguments passed to or from other methods.

Examples

Run this code
data <- rnorm(20, mean = 20)
pcr1<-pcr(data, "normal", lsl = 17, usl = 23, plot = FALSE)
print_adtest(pcr1$adTest)

Run the code above in your browser using DataLab