CI_smd_one {esci}R Documentation

Estimate standardized mean difference (Cohen's d1) for a single group

Description

CI_smd_one STILL NEEDS WORK TO VERIFY APPROACH FOR SE and MoE

Usage

CI_smd_one(mean, sd, n, reference_mean, conf_level = 0.95, correct_bias = TRUE)

Arguments

mean

Mean for a single group for the outcome measure

sd

Standard deviation, > 0

n

Sample size, an integer > 2

reference_mean

defaults to 0

conf_level

The confidence level for the confidence interval, in decimal form. Defaults to 0.95.

correct_bias

Defaults to TRUE

Value

Returns a list with these named elements:

Properties

Examples

# example code
res <- esci::CI_smd_one(24.5, 3.65, 40, 20)


[Package esci version 1.0.2 Index]