lilliefors | R Documentation |
lilliefors()
performs Lilliefors test of Normality and is used in chapters 4, 5 and 6 of "Applied Nonparametric Statistical Methods" (5th edition)
lilliefors(x, alternative = c("two.sided"), nsims.mc = 10000, seed = NULL)
x |
Numeric vector |
alternative |
Type of alternative hypothesis (defaults to |
nsims.mc |
Number of Monte Carlo simulations to be performed (defaults to |
seed |
Random number seed to be used for Monte Carlo simulations (defaults to |
An ANSMtest object with the results from applying the function
# Example 4.4 from "Applied Nonparametric Statistical Methods" (5th edition)
lilliefors(ch4$ages, seed = 1)
# Exercise 6.15 from "Applied Nonparametric Statistical Methods" (5th edition)
lilliefors(ch6$doseI.2, seed = 1, nsims = 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.