stronger_than-deprecated: Probability of true effect stronger than threshold of...

Description Usage Arguments Details See Also

Description

This function is now deprecated. You should use MetaUtility::prop_stronger instead, which provides better, more general functionality. The below documentation is temporarily maintained before the stronger_than function is deprecated.

Usage

1
2
stronger_than(q, yr, vyr = NULL, t2, vt2 = NULL, CI.level = 0.95,
  tail)

Arguments

q

True effect size that is the threshold for "scientific importance"

yr

Average true effect estimated using replications

vyr

Estimated variance of above estimate

t2

Heterogeneity of true effects estimated using replications

vt2

Estimated variance of above estimate

CI.level

Confidence level as a proportion

tail

above for the probability of an effect above q; below for the probability of an effect below q.

Details

Given the original study's effect estimate and its variance, the estimated average true effect size in the replications, and the estimated heterogeneity in the replications, computes estimated probability that the original study would have an effect estimate at least as extreme as the observed value if the original and the replications in fact are statistically consistent. Allows for heterogeneity.

See Also

Replicate-deprecated


Replicate documentation built on Dec. 1, 2019, 1:14 a.m.