Learn R Programming

PASWR (version 1.1)

ksdist: Simulated Distribution of Dn (Kolmogorov-Smirnov)

Description

Function to visualize the sampling distribution of Dn and to find simulated critical values.

Usage

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

Arguments

n

sample size

sims

number of simulations to perform

alpha

desired alpha level

See Also

ksLdist

Examples

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

Run the code above in your browser using DataLab