effect_differences.study: Calculates two difference tables with two distinct methods to...

View source: R/2_study-fn.R

effect_differences.studyR Documentation

Calculates two difference tables with two distinct methods to calculate CI. wald: Uses pooled SD to create normal CI newcombe: Uses newcombe method to create CI

Description

Calculates two difference tables with two distinct methods to calculate CI. wald: Uses pooled SD to create normal CI newcombe: Uses newcombe method to create CI

Usage

effect_differences.study(object, coverage_prob = 0.95, standardise = NULL)

Arguments

object

Study object.

coverage_prob

Double. Coverage probability of the CIs. Defaults to .95

Value

CI. numeric vector containing the difference in effect sizes and the lower and upper boundaries of a confidence interval for this difference.

Author(s)

Stefan Thoma, adapted from Lorenz Herger


StefanThoma/ReplicationRelevance documentation built on Feb. 6, 2023, 4:03 a.m.