R/selfesteem2.R

#'Self Esteem Score Data for Two-way Repeated Measures ANOVA
#'
#'@description Data are the self esteem score of 12 individuals enrolled in 2
#'  successive short-term trials (4 weeks) - control (placebo) and special diet
#'  trials.
#'
#'  The self esteem score was recorded at three time points: at the beginning
#'  (t1), midway (t2) and at the end (t3) of the trials.
#'
#'  The same 12 participants are enrolled in the two different trials with
#'  enough time between trials.
#'
#'  Two-way repeated measures ANOVA can be performed in order to determine
#'  whether there is interaction between time and treatment on the self
#'  esteem score.
#'@name selfesteem2
#'@docType data
#'@usage data("selfesteem2")
#'@format A data frame with 24 rows and 5 columns.
#' @examples
#' data(selfesteem2)
#' head(as.data.frame(selfesteem2))
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.