Skip to content
Snippets Groups Projects
Select Git revision
  • fc8a8e20c48e0f8f700e5411924a4a72a9f0f66b
  • development default protected
  • treinamento-2025
  • cursos-superior
  • doc_agregado_ies
  • micro_dados_2021
  • escola-agregada-teste
  • homologa protected
  • master protected
  • v1.0.41
10 results

pessoas_cadunico_full.csv

Blame
  • potatoyield.Rd 1.04 KiB
    % Generated by roxygen2 (4.1.1): do not edit by hand
    % Please edit documentation in R/legTools.R
    \docType{data}
    \name{potatoyield}
    \alias{potatoyield}
    \title{Potato variety competition experiment}
    \format{a \code{data.frame} with 32 records and 3 variables.}
    \source{
    Frederico, P. (2009). Curso de Estatística Experimental (15th
        ed.). Piracicaba, São Paulo: FEALQ. (page 76)
    }
    \usage{
    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) was recorded in each experimental unit.
    
    \itemize{
        \item \code{block} a categorical unordered factor with 4 levels.
        \item \code{variety} a categorical unordered factor with 8
        levels.
        \item \code{yield} potato yield (t/ha).
    }
    }
    \examples{
    require(lattice)
    data(potatoyield)
    
    plot(yield~variety, data=potatoyield,
         groups=block, type="o",
         ylab=expression(Yield~(t~ha^{-1})),
         xlab="Variety")
    }
    \keyword{datasets}