convert_d2f: Convert effect size d into f

Description Usage Arguments Value References Examples

View source: R/convert_d2f.R

Description

Compute effect size f from effect size d.

Usage

1
convert_d2f(d, se, v, totaln, info = NULL, study = NULL)

Arguments

d

The effect size d.

se

The standard error of d. One of se or v must be specified.

v

The variance of d. One of se or v must be specified.

totaln

A vector of total sample size(s).

info

String with information on the transformation. Used for the print-method. Usually, this argument can be ignored

study

Optional string with the study name. Using combine_esc or as.data.frame on esc-objects will add this as column in the returned data frame.

Value

The effect size es, the standard error se, the variance of the effect size var, the lower and upper confidence limits ci.lo and ci.hi, the weight factor w and the total sample size totaln.

References

Cohen J. 1988. Statistical Power Analysis for the Behavioral Sciences. 2nd ed. Hillsdale, NJ: Erlbaum

Examples

1
2
# d to f
convert_d2f(d = 0.2, se = .1, totaln = 50)

esc documentation built on Dec. 4, 2019, 5:07 p.m.