Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
legTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leg
legTools
Commits
906036c5
Commit
906036c5
authored
9 years ago
by
Walmes Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Documentation of dataset Pimentel page 91 generated.
parent
5a867aab
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.Rbuildignore
+1
-0
1 addition, 0 deletions
.Rbuildignore
R/legTools.R
+40
-1
40 additions, 1 deletion
R/legTools.R
man/plowing.Rd
+39
-0
39 additions, 0 deletions
man/plowing.Rd
man/wgpigs.Rd
+1
-1
1 addition, 1 deletion
man/wgpigs.Rd
with
81 additions
and
2 deletions
.Rbuildignore
+
1
−
0
View file @
906036c5
...
...
@@ -2,6 +2,7 @@ README.md
Rplots.pdf
contributing.md
buildPkg.R
.#buildPkg.R
.gitignore
.Rprofile
^\.travis\.yml$
...
...
This diff is collapsed.
Click to expand it.
R/legTools.R
+
40
−
1
View file @
906036c5
...
...
@@ -32,7 +32,7 @@ NULL
#' @format a \code{data.frame} with 20 records and 2 variables.
#'
#' @source Frederico, P. (2009). Curso de Estatística Experimental
#' (15th ed.). Piracicaba, São Paulo: FEALQ.
#' (15th ed.). Piracicaba, São Paulo: FEALQ.
(page 62)
#'
#' @examples
#'
...
...
@@ -81,3 +81,42 @@ NULL
#' xlab="Variety")
#'
NULL
#' @name plowing
#'
#' @title Plowing level on corn yield
#'
#' @description These data are from an experiment done by the engineer
#' Duvilio Ometto to study the effect of plowing level on corn yield. It
#' was used 2 levels of plowing: normal (or superficial) and deep. The
#' experiment was done in a randomized complete block design with 6
#' blocks. Corn yield (t ha^{-1}) was recorded in each experimental unit
#' but in this experiment there was 2 experimental units for each factor
#' level in each block.
#'
#' \itemize{
#' \item block a categorical unordered factor with 6 levels.
#' \item plow a categorical unordered factor with 2 levels.
#' \item yield corn yield (kg in 200 m^{2} of area).
#' }
#'
#' @docType data
#'
#' @keywords datasets
#'
#' @usage data(plowing)
#'
#' @format a \code{data.frame} with 24 records and 3 variables.
#'
#' @source Frederico, P. (2009). Curso de Estatística Experimental
#' (15th ed.). Piracicaba, São Paulo: FEALQ. (page 91)
#'
#' @examples
#' require(lattice)
#' data(potatoyield)
#'
#' xyplot(yield~plow|block, data=plowing, type=c("p", "a"),
#' ylab=expression(Yield~(t~ha^{-1})),
#' xlab="Plowing level")
#'
NULL
This diff is collapsed.
Click to expand it.
man/plowing.Rd
0 → 100644
+
39
−
0
View file @
906036c5
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/legTools.R
\docType{data}
\name{plowing}
\alias{plowing}
\title{Plowing level on corn yield}
\format{a \code{data.frame} with 24 records and 3 variables.}
\source{
Frederico, P. (2009). Curso de Estatística Experimental
(15th ed.). Piracicaba, São Paulo: FEALQ. (page 91)
}
\usage{
data(plowing)
}
\description{
These data are from an experiment done by the engineer
Duvilio Ometto to study the effect of plowing level on corn yield. It
was used 2 levels of plowing: normal (or superficial) and deep. The
experiment was done in a randomized complete block design with 6
blocks. Corn yield (t ha^{-1}) was recorded in each experimental unit
but in this experiment there was 2 experimental units for each factor
level in each block.
\itemize{
\item block a categorical unordered factor with 6 levels.
\item plow a categorical unordered factor with 2 levels.
\item yield corn yield (kg in 200 m^{2} of area).
}
}
\examples{
require(lattice)
data(potatoyield)
xyplot(yield~plow|block, data=plowing, type=c("p", "a"),
ylab=expression(Yield~(t~ha^{-1})),
xlab="Plowing level")
}
\keyword{datasets}
This diff is collapsed.
Click to expand it.
man/wgpigs.Rd
+
1
−
1
View file @
906036c5
...
...
@@ -7,7 +7,7 @@
\format{a \code{data.frame} with 20 records and 2 variables.}
\source{
Frederico, P. (2009). Curso de Estatística Experimental
(15th ed.). Piracicaba, São Paulo: FEALQ.
(15th ed.). Piracicaba, São Paulo: FEALQ.
(page 62)
}
\usage{
data(wgpigs)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment