View source: R/1.3_Distr_DistrCollection_Functions.R
print_adtest | R Documentation |
Function to show adtest
.
print_adtest(x, digits = 4, quote = TRUE, prefix = "", ...)
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. |
The function returns a summary of Anderson Darling Test
data <- rnorm(20, mean = 20)
pcr1<-pcr(data, "normal", lsl = 17, usl = 23, plot = FALSE)
print_adtest(pcr1$adTest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.