Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rootstock

Apple of Different Rootstock


Description

The goal is to test if the mean vector of the four variables is same across 6 stratas of the experiment.

Usage

data(rootstock)

Format

A data frame with 48 observations on the following 5 variables.

rootstock

Six different rootstocks

y1

trunk girth at 4 years

y2

extension growth at 4 years

y3

trunk girth at 15 years

y4

weight of tree above ground at 15 years

References

Rencher, A.C. (2002). Methods of Multivariate Analysis, 2e. J. Wiley.

Examples

data(rootstock)
attach(rootstock)
rs <- rootstock[,1]
rs <- factor(rs,ordered=is.ordered(rs)) # Too important a step
root.manova <- manova(cbind(y1,y2,y3,y4)~rs)
summary(root.manova, test = "Wilks")

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.