ksLdist {PASWR}R Documentation

Simulated Lilliefors' Test of Normality Values

Description

Function to visualize the sampling distribution of Dn for simple and composite hypotheses

Usage

ksLdist(n = 10, sims = 1000, alpha = 0.05)

Arguments

n sample size
sims number of simulations
alpha desired alpha level

Author(s)

Alan T. Arnholt

See Also

ksdist

Examples

# Figure 10.15
ksLdist(sims=10000,n=10)

[Package PASWR version 1.0 Index]