Generation

generate functionSun, 23 Apr 2023

how can I conduct aderson-darling normality test using RStudio?

library(nortest) ad.test(x, alternative = c("two.sided", "less", "greater"), exact = FALSE, tol = 1e-08, maxpts = 500000, abseps = 1e-05, releps = 1e-08)

Want to kickstart your project?Use the new AI Studio to create your code