powered by
Function to show adtest.
adtest
print_adtest(x, digits = 4, quote = TRUE, prefix = "", ...)
The function returns a summary of Anderson Darling Test
Needs to be an object of class adtest.
Minimal number of significant digits.
Logical, indicating whether or not strings should be printed with surrounding quotes. By default quote is set to TRUE.
quote
TRUE
Single character or character string that will be printed in front of x.
x
Further arguments passed to or from other methods.
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