Learn R Programming

ACSWR (version 1.0)

Mucociliary: Mucociliary Clearance

Description

Table 6.1 of Hollander and Wolfe (1999) lists the data for Half-Time of Mucociliary Clearance. We need to test if the time across various treatments is equal or not.

Usage

data(Mucociliary)

Arguments

Format

A data frame with 14 observations on the following 2 variables.
Treatment
treatment levels Asbestosis Normal Subjects Obstructive Airways Disease
Time
half-time of mucociliary clearance

References

Hollander, M., and Wolfe, D. A. (1973-99). Nonparametric Statistical Methods, 2e. J. Wiley.

Examples

Run this code
data(Mucociliary)
Mucociliary$Rank <- rank(Mucociliary$Time)
aggregate(Mucociliary$Rank,by=list(Mucociliary$Treatment),sum)
kruskal.test(Time~Treatment,data=Mucociliary)

Run the code above in your browser using DataLab