R/anxiety.R

#'Anxiety Data for Two-Way Mixed ANOVA
#'
#'@description The data provide the anxiety score, measured at three time
#'  points, of three groups of individuals practicing physical exercises at
#'  different levels (grp1: basal, grp2: moderate and grp3: high)
#'
#'  Two-way mixed ANOVA can be used to evaluate if there is interaction between
#'  group and time in explaining the anxiety score.
#'@name anxiety
#'@docType data
#'@usage data("anxiety")
#'@format A data frame with 45 rows and 5 columns.
#' @examples
#' data(anxiety)
#' head(as.data.frame(anxiety))
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.