R/DataExam5.2.R

#' @title    Data for Example 5.2 from Experimental Design and Analysis for Tree Improvement
#' @name     DataExam5.2
#' @docType  data
#' @keywords datasets
#' @description Exam5.2 presents the height of 37 seedlots from 6 sites.
#' @usage    data(DataExam5.2)
#' @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.2}}
#'
#' @examples
#' data(DataExam5.2)
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.