R/DataExam8.1.R

#' @title    Data for Example 8.1 from Experimental Design and Analysis for Tree Improvement
#' @name     DataExam8.1
#' @docType  data
#' @keywords datasets
#' @description Exam8.1 presents the Diameter at breast height (Dbh) of 60 SeedLots
#'              under layout of row column design with 6 rows and 10 columns in 18
#'              countries and 59 provinces of 18 selected countries.
#' @usage    data(DataExam8.1)
#' @format A \code{data.frame} with 236 rows and 8 variables.
#' \describe{
#'        \item{\code{repl}}{There are 4 replication for the design}
#'        \item{\code{row}}{Experiment is conducted under 6 rows}\
#'        \item{\code{col}}{Experiment is conducted under 4 columns}
#'        \item{\code{inoc}}{Seedling were inoculated for 2 different time periods half for one week and half for seven weeks}
#'        \item{\code{prov}}{provenance}
#'        \item{\code{Country}}{Data for different seedlots was collected from 18 countries}
#'        \item{\code{Dbh}}{Diameter at breast height}
#'        \item{\code{Country.1}}{Recoded Country lables}
#'        }
#'
#' @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{Exam8.1}}
#'
#' @examples
#' data(DataExam8.1)
NULL
MYaseen208/eda4treeR documentation built on May 8, 2023, 5:58 p.m.