Learn R Programming

mvnmle (version 0.1-11.1)

apple: Worm Infestations in Apple Crops

Description

The apple data frame provides the number of apples (in 100s) on 18 different apple trees. For 12 trees, the percentage of apples with worms (x 100) is also given.

Arguments

Format

This data frame contains the following columns:

size

hundreds of apples on the tree.

worms

percentage (x100) of apples harboring worms.

Details

These data constitute Table 6.1 in Little and Rubin (1987), adapted from Table 6.9.1 of Snedecor and Cochran (1967).

Examples

Run this code
# NOT RUN {
library(mvnmle)
data(apple)

mlest(apple)
# }

Run the code above in your browser using DataLab