R/DataExam5.1.R

#' @title    Data for Example 5.1 from Experimental Design and Analysis for Tree Improvement
#' @name     DataExam5.1
#' @docType  data
#' @keywords datasets
#' @description Exam5.1 presents the height of 27 seedlots from 4 sites.
#' @usage    data(DataExam5.1)
#' @format A \code{data.frame} with 108 rows and 4 variables.
#' \describe{
#'        \item{\code{Site}}{Sites for the experiment}
#'        \item{\code{SeedLot}}{Seed lot number}
#'        \item{\code{Ht}}{Height of the plants}
#'        \item{\code{SiteMean}}{Mean Height of Each Site}
#'          }
#'
#' @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{Exam5.1}}
#'
#' @examples
#' data(DataExam5.1)
#'
NULL
MYaseen208/eda4treeR documentation built on May 8, 2023, 5:58 p.m.