R/ge_data.R

#' @title Data for Genotypes by Environment Interaction (GEI)
#' @name   ge_data
#' @docType data
#' @keywords datasets
#' @usage data(ge_data)
#' @description \code{ge_data} is used for performing Genotypes by Environment Interaction (GEI) Analysis.
#' @format A \code{data.frame} 1320 obs. of  6 variables.
#' @details
#'        \itemize{
#'        \item{Gen} Genotype
#'        \item{Institute} Institute
#'        \item{Rep} Replicate
#'        \item{Block} Block
#'        \item{Env} Environment
#'        \item{Yield} Yield Response
#'        }
#'
#'
#' @author
#' \enumerate{
#'          \item Muhammad Yaseen (\email{myaseen208@@gmail.com})
#'          \item Kent M. Edkridge (\email{keskridge1@@unl.edu})
#'          }
#'
#' @references
#'  Singh, R. K. and Chaudhary, B. D. (2004) \emph{Biometrical Methods in Quantitative Genetic Analysis}.
#'              New Delhi: Kalyani.
#'
#'
#' @examples
#' data(ge_data)
#'
NULL

Try the stability package in your browser

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

stability documentation built on May 2, 2019, 4:18 a.m.