R/DataExam4.3.R

#' @title    Data for Example 4.3 from Experimental Design and Analysis for Tree Improvement
#' @name     DataExam4.3
#' @docType  data
#' @keywords datasets
#' @description Exam4.3 presents the germination count data for 4 Pre-Treatments and 6 Seedlots.
#' @usage    data(DataExam4.3)
#' @format A \code{data.frame} with 72 rows and 8 variables.
#' \describe{
#'        \item{\code{Row}}{Row number of different Seedlots}
#'        \item{\code{Column}}{Column number of differnt Trees}
#'        \item{\code{Replication}}{Replication number of Treatment}
#'        \item{\code{Contcomp}}{Control or Trated Plot}
#'        \item{\code{Pretreatment}}{Treatment types}
#'        \item{\code{SeedLot}}{Seed lot number}
#'        \item{\code{GerminationCount}}{Number of germinated seeds out of 25}
#'        \item{\code{Percent}}{Germination Percentage}
#'        }
#'
#' @author
#' \enumerate{
#'          \item  Muhammad Yaseen (\email{myaseen208@@gmail.com})
#'          \item  Sami Ullah (\email{samiullahuos@@gmail.com})
#'          }
#'
#' @references
#' \enumerate{
#'          \item E.R. Williams, C.E. Harwood and A.C. Matheson (2023). \emph{Experimental Design and Analysis for Tree Improvement}.
#'                CSIRO Publishing (\href{https://www.publish.csiro.au/book/3145/}{https://www.publish.csiro.au/book/3145/}).
#'              }
#'
#' @seealso
#'    \code{\link{Exam4.3}}
#'
#' @examples
#' data(DataExam4.3)
#'
NULL

Try the eda4treeR package in your browser

Any scripts or data that you put into this service are public.

eda4treeR documentation built on May 1, 2023, 9:07 a.m.