Rev 3736 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{xmp13.07}\alias{xmp13.07}\docType{data}\title{data from Example 13.6}\description{The \code{xmp13.07} data frame has 16 rows and 2 columns on the yieldof paddy (a grain farmed in India) versus the time of harvest.}\format{This data frame contains the following columns:\describe{\item{days}{date of harvesting (number of days after flowering.}\item{yield}{yield (kg/ha) of paddy}}}\source{Devore, J. L. (2003) \emph{Probability and Statistics for Engineeringand the Sciences (6th ed)}, Duxbury(1975), ``Determination of biological maturity and effect of harvestingand drying conditions on milling quality of paddy'',\emph{J. Agricultural Eng. Research}, 353-361}\examples{data(xmp13.07)plot(yield ~ days, data = xmp13.07,main = "Compare to Figure 13.11(a), page 579")fm1 <- lm(yield ~ days + I(days^2), data = xmp13.07)summary(fm1)anova(fm1)predict(fm1, list(days = 25), interval = "conf")predict(fm1, list(days = 25), interval = "pred")}\keyword{datasets}