print_adtest {r6qualitytools} | R Documentation |
print_adtest: Test Statistics
Description
Function to show adtest
.
Usage
print_adtest(x, digits = 4, quote = TRUE, prefix = "", ...)
Arguments
x |
Needs to be an object of class |
digits |
Minimal number of significant digits. |
quote |
Logical, indicating whether or not strings should be printed with surrounding quotes.
By default |
prefix |
Single character or character string that will be printed in front of |
... |
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)
[Package r6qualitytools version 1.0.1 Index]