R/stress.R

#'Stress Data for Two-Way ANCOVA
#'
#'@description Researchers want to evaluate the effect of a new "treatment" and
#'  "exercise" on the stress score reduction after adjusting for "age".
#'
#'  Two-way ANCOVA can be performed in order to determine
#'  whether there is interaction between exercise and treatment on the stress
#'  score.
#'@name stress
#'@docType data
#'@usage data("stress")
#'@format A data frame with 60 rows and 5 columns.
#' @examples
#' data(stress)
#' head(as.data.frame(stress))
NULL

Try the datarium package in your browser

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

datarium documentation built on May 21, 2019, 9:02 a.m.