effsize_independent: Compute Effect Sizes for Independent Measures

Description Usage Arguments Value

View source: R/compute_effsizes.R

Description

Compute Hedges' g and g* for indenpendent groups.

Usage

1
2
3
4
5
6
7
effsize_independent(
  data,
  grouping_factor,
  grouping_levels,
  variable,
  detailed = FALSE
)

Arguments

data

Data frame containing the data

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 FALSE

Value

A tibble


benediktclaus/costatcompanion documentation built on Nov. 23, 2020, 7:01 a.m.