R/factorialdata.R

#' @title Data of Factorial Experiment
#' @description The data consists of three factors nitrogen, phosphorus and Potassium, replication and two dependent variables yield and plant height. The data is generated manually.
#' @format The data has 6 columns and 36 rows
#' \describe{
#' \item{Nitrogen}{Consist sequence of two nitrogen levels n0 and n1}
#' \item{Phosphorus}{Consist sequence of two phosphorus levels p0 and p1}
#' \item{Potassium}{Consist sequence of two potassium levels k0 and k1}
#' \item{Replication}{Contains replication which has three levels}
#' \item{Yield}{Yield as dependent variable}
#' \item{Plant Height}{Plant height as dependent variable}
#' }
"factorialdata"

Try the doebioresearch package in your browser

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

doebioresearch documentation built on July 8, 2020, 7:18 p.m.