powered by
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.
apple
This data frame contains the following columns:
hundreds of apples on the tree.
percentage (x100) of apples harboring worms.
library(mvnmle) data(apple) mlest(apple)
Run the code above in your browser using DataLab