other_to_d: Convert other statistics to d

other_to_dR Documentation

Convert other statistics to d

Description

This function allows you to convert other effect sizes to d including f, f squared, number needed to treat, correlation coefficient, probability of superiority, proportion overlap (u1, u2, u3, and proportion distribution overlap). Please note these are approximations.

Usage

other_to_d(
  f = NULL,
  f2 = NULL,
  nnt = NULL,
  r = NULL,
  prob = NULL,
  prop_u1 = NULL,
  prop_u2 = NULL,
  prop_u3 = NULL,
  prop_overlap = NULL
)

Arguments

f

Cohen's f

f2

Cohen's f squared

nnt

Number needed to treat

r

Correlation coefficient

prob

Probability superiority

prop_u1

Proportion Overlap U1

prop_u2

Proportion Overlap U2

prop_u3

Proportion Overlap U3

prop_overlap

Proportion Overlap of Distributions

Value

d effect size

Examples

other_to_d(f = .1)


ViSe documentation built on Oct. 10, 2024, 9:07 a.m.