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
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
ca108e72
Commit
ca108e72
authored
9 years ago
by
Fernando Mayer
Browse files
Options
Downloads
Patches
Plain Diff
use \eqn{} to display math notation
parent
906036c5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
R/legTools.R
+5
-5
5 additions, 5 deletions
R/legTools.R
man/plowing.Rd
+2
-2
2 additions, 2 deletions
man/plowing.Rd
man/potatoyield.Rd
+3
-3
3 additions, 3 deletions
man/potatoyield.Rd
with
10 additions
and
10 deletions
R/legTools.R
+
5
−
5
View file @
ca108e72
...
...
@@ -51,13 +51,13 @@ NULL
#'
#' @description These data are from an experiment done by the engineer
#' Oscar A. Garay at Balcare, Argentina. The experiment was done in a
#' randomized complete block design with 4 blocks. Potato yield (t
#'
ha^{-1})
was recorded in each experimental unit.
#' randomized complete block design with 4 blocks. Potato yield (t
/ha)
#' was recorded in each experimental unit.
#'
#' \itemize{
#' \item block a categorical unordered factor with 4 levels.
#' \item variety a categorical unordered factor with 8 levels.
#' \item yield potato yield (t
ha
^{-1}
).
#' \item yield potato yield (t
/
ha).
#' }
#'
#' @docType data
...
...
@@ -90,14 +90,14 @@ NULL
#' 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
#' blocks. Corn yield (t
/
ha) 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).
#' \item yield corn yield (kg in 200 m
\eqn{
^2} of area).
#' }
#'
#' @docType data
...
...
This diff is collapsed.
Click to expand it.
man/plowing.Rd
+
2
−
2
View file @
ca108e72
...
...
@@ -17,14 +17,14 @@ 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
blocks. Corn yield (t
/
ha) 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).
\item yield corn yield (kg in 200 m
\eqn{
^2} of area).
}
}
\examples{
...
...
This diff is collapsed.
Click to expand it.
man/potatoyield.Rd
+
3
−
3
View file @
ca108e72
...
...
@@ -15,13 +15,13 @@ data(potatoyield)
\description{
These data are from an experiment done by the engineer
Oscar A. Garay at Balcare, Argentina. The experiment was done in a
randomized complete block design with 4 blocks. Potato yield (t
ha^{-1})
was recorded in each experimental unit.
randomized complete block design with 4 blocks. Potato yield (t
/ha)
was recorded in each experimental unit.
\itemize{
\item block a categorical unordered factor with 4 levels.
\item variety a categorical unordered factor with 8 levels.
\item yield potato yield (t
ha
^{-1}
).
\item yield potato yield (t
/
ha).
}
}
\examples{
...
...
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