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
825f98de
Commit
825f98de
authored
9 years ago
by
Walmes Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Remove @export from the documentation of wgpigs. Text converted to ascii.
parent
c69270d8
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
R/legTools.R
+7
-7
7 additions, 7 deletions
R/legTools.R
man/legTools.Rd
+0
-1
0 additions, 1 deletion
man/legTools.Rd
man/subsetDropAll.Rd
+0
-1
0 additions, 1 deletion
man/subsetDropAll.Rd
man/wgpigs.Rd
+5
-5
5 additions, 5 deletions
man/wgpigs.Rd
with
12 additions
and
14 deletions
R/legTools.R
+
7
−
7
View file @
825f98de
...
...
@@ -7,14 +7,16 @@
##' @name legTools
NULL
#' @name wgpigs
#'
#' @title Feeding type in pig weight gain
#'
#' @description This is an artifial dataset corresponding a experiment
#' to study the effect of feeding type (factor with 4 categorical
#' nominal levels) in pig weight gain. The experiment was a randomized
#' complete design with five experimental units per treatment level. The
#' experimental unit was a pig. The response measured was weight gain
from
#' the beggining to the end of the experiment.
#' experimental unit was a pig. The response measured was weight gain
#'
from
the beggining to the end of the experiment.
#'
#' \itemize{
#' \item ft feeding type, a categorical factor with 4 levels.
...
...
@@ -25,22 +27,20 @@ NULL
#'
#' @keywords datasets
#'
#' @name wgpigs
#'
#' @usage data(wgpigs)
#'
#' @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.
#' @source Frederico, P. (2009). Curso de Estat
{\'i}
stica Experimental
#'
(15th
ed.). Piracicaba, S
{\~a}
o Paulo: FEALQ.
#'
#' @examples
#'
#' require(lattice)
#' data(wgpigs)
#'
#' xyplot(wg~ft, data=wgpigs,
#' ylab="Weight gain (kg)",
#' xlab="Feeding type")
#'
#' @export
NULL
This diff is collapsed.
Click to expand it.
man/legTools.Rd
+
0
−
1
View file @
825f98de
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/legTools.R
\docType{package}
\name{legTools}
\alias{legTools}
...
...
This diff is collapsed.
Click to expand it.
man/subsetDropAll.Rd
+
0
−
1
View file @
825f98de
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/subsetDropAll.R
\name{subsetDropAll}
\alias{subsetDropAll}
\title{Drop unused levels after subset}
...
...
This diff is collapsed.
Click to expand it.
man/wgpigs.Rd
+
5
−
5
View file @
825f98de
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/legTools.R
\docType{data}
\name{wgpigs}
\alias{wgpigs}
\title{Feeding type in pig weight gain}
\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.
Frederico, P. (2009). Curso de Estat
{\'i}
stica Experimental
(15th
ed.). Piracicaba, S
{\~a}
o Paulo: FEALQ.
}
\usage{
data(wgpigs)
...
...
@@ -17,8 +16,8 @@ This is an artifial dataset corresponding a experiment
to study the effect of feeding type (factor with 4 categorical
nominal levels) in pig weight gain. The experiment was a randomized
complete design with five experimental units per treatment level. The
experimental unit was a pig. The response measured was weight gain
from
the beggining to the end of the experiment.
experimental unit was a pig. The response measured was weight gain
from
the beggining to the end of the experiment.
\itemize{
\item ft feeding type, a categorical factor with 4 levels.
...
...
@@ -27,6 +26,7 @@ the beggining to the end of the experiment.
}
\examples{
require(lattice)
data(wgpigs)
xyplot(wg~ft, data=wgpigs,
ylab="Weight gain (kg)",
...
...
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