Learn R Programming

distributional (version 0.1.0)

dist_studentized_range: The Studentized Range distribution

Description

stable

Usage

dist_studentized_range(nmeans, df, nranges)

Arguments

nmeans

sample size for range (same for each group).

df

degrees of freedom for \(s\) (see below).

nranges

number of groups whose maximum range is considered.

See Also

stats::Tukey

Examples

Run this code
# NOT RUN {
dist_studentized_range(nmeans = c(6, 2), df = c(5, 4), nranges = c(1, 1))

# }

Run the code above in your browser using DataLab