compute_hedges_g: Combine Effect Sizes in Single Function

Description Usage Arguments Value

View source: R/hedges_g.R

Description

This function computes pairwise independent effect sizes (Hedges' g and g*) for a continuous variable based on a grouping variable.

Usage

1
2
3
4
5
6
7
8
compute_hedges_g(
  data,
  id = NULL,
  grouping_factor,
  variable,
  paired = FALSE,
  detailed = FALSE
)

Arguments

data

Data frame containing the data

id

Subject identifier

grouping_factor

Factor, used for the comparisons between groups

variable

Numeric, the dependent variable

paired

Indicator, if repeated measures should be used.

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.