Description Usage Arguments Value
View source: R/compute_effsizes.R
Compute Effect Sizes for Repeated Measures
1 2 3 4 5 6 7 8  | effsize_repeated(
  data,
  id,
  grouping_factor,
  grouping_levels,
  variable,
  detailed = FALSE
)
 | 
data | 
 Data frame containing the data  | 
id | 
 Subject identifier  | 
grouping_factor | 
 Factor, used for the comparisons between groups  | 
grouping_levels | 
 Concatenated string, the levels of the grouping factor that should be compared  | 
variable | 
 Numeric, the dependent variable  | 
detailed | 
 Indicator, if detailed information (such as means, standard
deviations, etc.) should be returned. Default ist   | 
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.