Learn R Programming

mvnmle (version 0.1-11.2)

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.

Usage

apple

Arguments

Format

This data frame contains the following columns:

size

hundreds of apples on the tree.

worms

percentage (x100) of apples harboring worms.

Examples

Run this code
library(mvnmle)
data(apple)

mlest(apple)

Run the code above in your browser using DataLab