Nothing
#'Self-Esteem Score Data for One-way Repeated Measures ANOVA
#'
#'@description The dataset contains 10 individuals' self-esteem score on three time points
#' during a specific diet to determine whether their self-esteem improved.
#'
#' One-way repeated measures ANOVA can be performed in order to determine the
#' effect of time on the self-esteem score.
#'@name selfesteem
#'@docType data
#'@usage data("selfesteem")
#'@format A data frame with 10 rows and 4 columns.
#' @examples
#' data(selfesteem)
#' head(as.data.frame(selfesteem))
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.