Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
labestData
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pet-estatistica
labestData
Commits
8e8f67f6
Commit
8e8f67f6
authored
Mar 31, 2016
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Correções no Eg8.1.
parent
9c17b889
Branches
Branches containing commit
No related tags found
1 merge request
!29
Jhenifer62: Tabelas do capítulo 8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
R/RamalhoEg8.1.R
+24
-17
24 additions, 17 deletions
R/RamalhoEg8.1.R
with
24 additions
and
17 deletions
R/RamalhoEg8.1.R
+
24
−
17
View file @
8e8f67f6
#' @name RamalhoEg8.1
#' @title Produção de
g
rãos de
f
eijão
#' @description Experimento
d
a produção de grãos
na avaliação de
#'
cultivares
de feijão, conduzido em Lavras e Patos de Minas/MG
#'
durante o ano
de 1990
. D
elineamento em blocos casualizados.
#' @title Produção de
G
rãos
em Cultivares
de
F
eijão
#' @description Experimento
para medir
a produção de grãos
de cultivares
#' de feijão, conduzido em Lavras e Patos de Minas/MG
durante o ano
#' de 1990
em d
elineamento em blocos casualizados.
#' @format Um \code{data.frame} com 60 observações e 4 variáveis, em que
#'
#' \describe{
#'
#' \item{\code{cult}}{Fator de 10 níveis de cultivares de feijão.}
#' \item{\code{cult}}{Fator de níveis nominais que representa as
#' cultivares de feijão.}
#'
#' \item{\code{local}}{Fator de 2 níveis nominais, municípios onde
#' fo
i
realizado o experimento.}
#' fo
ram
realizado
s
o
s
experimento
s
.}
#'
#' \item{\code{rept}}{Fator de 3 níveis do experimento, usado para
#' fazer controle local.}
...
...
@@ -20,19 +21,25 @@
#'
#' }
#' @keywords DBC
#' @source Ramalho, M. A. P., Ferreira, D. F.
&
Oliveira, A. C. (2005).
#' @source Ramalho, M. A. P., Ferreira, D. F.
,
Oliveira, A. C. (2005).
#' Experimentação em Genética e Melhoramento de Plantas (2th ed.).
#' Lavras: UFLA. (
pg
115)
#' Lavras: UFLA. (
Exemplo 8.1, pág.
115)
#' @examples
#'
#' library(lattice)
#'
#' xyplot(prod ~ rept | local, data = RamalhoEg8.1,
#' data(RamalhoEg8.1)
#'
#' str(RamalhoEg8.1)
#'
#' xtabs(~cult + local, data = RamalhoEg8.1)
#'
#' xyplot(prod ~ cult | local, data = RamalhoEg8.1,
#' jitter.x = TRUE,
#' xlab = "
Repetições
",
#' xlab = "
Cultivar
",
#' ylab = "Produção")
#'
#' aggregate(prod ~ cult, data = RamalhoEg8.1,
#' aggregate(prod ~ cult
+ local
, data = RamalhoEg8.1,
#' FUN = function(x) { c(mean = mean(x), var = var(x)) })
#'
NULL
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