R/DataExam4.3.1.R

#' @title    Data for Example 4.3.1 from Experimental Design and Analysis for Tree Improvement
#' @name     DataExam4.3.1
#' @docType  data
#' @keywords datasets
#' @description Exam4.3.1 presents the germination count data for 4 Pre-Treatments and 6 Seedlots.
#' @usage    data(DataExam4.3.1)
#' @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.1}}
#'
#' @examples
#' data(DataExam4.3.1)
#'
NULL
myaseen208/eda4treeR documentation built on May 4, 2023, 10:41 p.m.