ksLdist: Simulated Lilliefors' Test of Normality Values

ksLdistR Documentation

Simulated Lilliefors' Test of Normality Values

Description

Function to visualize the sampling distribution of D[n] (the Kolmogorov-Smirnov one sample statistic) for simple and composite hypotheses

Usage

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

Arguments

n

sample size

sims

number of simulations to perform

alpha

desired α level

Author(s)

Alan T. Arnholt <arnholtat@appstate.edu>

See Also

ksdist

Examples

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

PASWR documentation built on May 15, 2022, 5:05 p.m.