Skip to content
Snippets Groups Projects
Commit 8e84a393 authored by Walmes Zeviani's avatar Walmes Zeviani
Browse files

Format the text with auto indetation to be more readble.

parent 0fee3608
No related branches found
No related tags found
No related merge requests found
...@@ -6,20 +6,20 @@ ...@@ -6,20 +6,20 @@
\title{Plowing level on corn yield} \title{Plowing level on corn yield}
\format{a \code{data.frame} with 24 records and 3 variables.} \format{a \code{data.frame} with 24 records and 3 variables.}
\source{ \source{
Frederico, P. (2009). Curso de Estatística Experimental Frederico, P. (2009). Curso de Estatística Experimental (15th
(15th ed.). Piracicaba, São Paulo: FEALQ. (page 91) ed.). Piracicaba, São Paulo: FEALQ. (page 91)
} }
\usage{ \usage{
data(plowing) data(plowing)
} }
\description{ \description{
These data are from an experiment done by the engineer These data are from an experiment done by the engineer
Duvilio Ometto to study the effect of plowing level on corn yield. It Duvilio Ometto to study the effect of plowing level on corn
was used 2 levels of plowing: normal (or superficial) and deep. The yield. It was used 2 levels of plowing: normal (or superficial)
experiment was done in a randomized complete block design with 6 and deep. The experiment was done in a randomized complete block
blocks. Corn yield (t/ha) was recorded in each experimental unit design with 6 blocks. Corn yield (t/ha) was recorded in each
but in this experiment there was 2 experimental units for each factor experimental unit but in this experiment there was 2 experimental
level in each block. units for each factor level in each block.
\itemize{ \itemize{
\item \code{block} a categorical unordered factor with 6 levels. \item \code{block} a categorical unordered factor with 6 levels.
......
...@@ -6,17 +6,17 @@ ...@@ -6,17 +6,17 @@
\title{Potato variety competition experiment} \title{Potato variety competition experiment}
\format{a \code{data.frame} with 32 records and 3 variables.} \format{a \code{data.frame} with 32 records and 3 variables.}
\source{ \source{
Frederico, P. (2009). Curso de Estatística Experimental Frederico, P. (2009). Curso de Estatística Experimental (15th
(15th ed.). Piracicaba, São Paulo: FEALQ. (page 76) ed.). Piracicaba, São Paulo: FEALQ. (page 76)
} }
\usage{ \usage{
data(potatoyield) data(potatoyield)
} }
\description{ \description{
These data are from an experiment done by the engineer These data are from an experiment done by the engineer
Oscar A. Garay at Balcare, Argentina. The experiment was done in a Oscar A. Garay at Balcare, Argentina. The experiment was done in
randomized complete block design with 4 blocks. Potato yield (t/ha) a randomized complete block design with 4 blocks. Potato yield
was recorded in each experimental unit. (t/ha) was recorded in each experimental unit.
\itemize{ \itemize{
\item \code{block} a categorical unordered factor with 4 levels. \item \code{block} a categorical unordered factor with 4 levels.
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
\title{Feeding type in pig weight gain} \title{Feeding type in pig weight gain}
\format{a \code{data.frame} with 20 records and 2 variables.} \format{a \code{data.frame} with 20 records and 2 variables.}
\source{ \source{
Frederico, P. (2009). Curso de Estatística Experimental Frederico, P. (2009). Curso de Estatística Experimental (15th
(15th ed.). Piracicaba, São Paulo: FEALQ. (page 62) ed.). Piracicaba, São Paulo: FEALQ. (page 62)
} }
\usage{ \usage{
data(wgpigs) data(wgpigs)
...@@ -15,10 +15,11 @@ data(wgpigs) ...@@ -15,10 +15,11 @@ data(wgpigs)
\description{ \description{
This is an artifial dataset corresponding a experiment This is an artifial dataset corresponding a experiment
to study the effect of feeding type (factor with 4 categorical to study the effect of feeding type (factor with 4 categorical
nominal levels) in pig weight gain. The experiment was a randomized nominal levels) in pig weight gain. The experiment was a
complete design with five experimental units per treatment level. The randomized complete design with five experimental units per
experimental unit was a pig. The response measured was weight gain treatment level. The experimental unit was a pig. The response
from the beggining to the end of the experiment. measured was weight gain from the beggining to the end of the
experiment.
\itemize{ \itemize{
\item \code{ft} feeding type, a categorical factor with 4 \item \code{ft} feeding type, a categorical factor with 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment