Learn R Programming

PASWR2 (version 1.0.5)

ksldist: 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 \(\alpha\) level

See Also

ksdist

Examples

Run this code
# NOT RUN {
ksldist(n = 10, sims = 1500, alpha = 0.05)
# }

Run the code above in your browser using DataLab