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
Harbor Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pet-estatistica
labestData
Commits
eed40412
There was a problem fetching the pipeline summary.
Commit
eed40412
authored
9 years ago
by
Bruna Wundervald
Browse files
Options
Downloads
Patches
Plain Diff
Adiciona o .R da tabela 3.2.1 do Zimmermann
parent
cf4adb18
Branches
Branches containing commit
No related tags found
2 merge requests
!17
Tabelas de experimentos em DQL
,
!11
Bruna14
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
R/ZimmermannTab3.2.1.R
+36
-0
36 additions, 0 deletions
R/ZimmermannTab3.2.1.R
with
36 additions
and
0 deletions
R/ZimmermannTab3.2.1.R
0 → 100644
+
36
−
0
View file @
eed40412
#' @name ZimmermannTab3.2.1
#' @title Estudo sobre adubação nitrogenada na cultura de arroz e feijão
#' @description Dados de um experimento em DIC, que visa estudar a adubação
#' nitrogenada de arroz irrigado, com 4 tratamentos e 8
#' repetições. A resposta observada foi a produção de grãos de
#' arroz irrigado, em kg/ha.
#' @format Um \code{data.frame} com 24 observações e 3 variáveis
#'
#' \describe{
#'
#' \item{trat}{Fator de níveis numéricos. Tratamento aplicado em arroz
#' irrigado.}
#'
#' \item{rep}{Número inteiro que identifica as repetições de cada
#' tratamento.}
#'
#' \item{prod}{Produção de grãos de arroz irrigado em kg/ha}
#'
#' }
#' @keywords DIC arroz
#' @source Zimmermann, F.J.(2004), Estatística aplicada à pesquisa
#' agrícola (1st ed.). Santo Antônio de Goiás, GO: Embrapa
#' Arroz e Feijão. (pg 54)
#' @examples
#'
#' library(lattice)
#'
#' data(ZimmermannTab3.2.1)
#'
#' aggregate(prod ~ trat, data = ZimmermannTab3.2.1,
#' FUN = function(x) { c(mean = mean(x), var = var(x)) })
#'
#' xyplot(prod ~ trat | rep, data = ZimmermannTab3.2.1, type=c("p","a"),
#' xlab = "Tratamentos",
#' ylab = "Produção de grãos de arroz irrigado em kg/ha")
NULL
\ No newline at end of file
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