print_adtest: print_adtest: Test Statistics

View source: R/1.3_Distr_DistrCollection_Functions.R

print_adtestR Documentation

Description

Function to show adtest.

Usage

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

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.

Value

The function returns a summary of Anderson Darling Test

Examples

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

r6qualitytools documentation built on Oct. 4, 2024, 1:09 a.m.