Learn R Programming

lmreg (version 1.2)

leprosy: Treatment of leprosy

Description

Pre- and post-treatment scores on abundance of leprosy for patients receiving different treatments (Senedecor and Cochran, 1967).

Usage

data(leprosy)

Arguments

Format

A data frame with 30 observations on the following 3 variables.

treatment

Treatment type: A, D or F (placebo), a character vector

pre

Pre-treatment score, a numerical vector

post

Post-treatment score, a numerical vector

Examples

Run this code
# NOT RUN {
data(leprosy)
head(leprosy) 
# }

Run the code above in your browser using DataLab