SEp_from_TE.p | R Documentation |
Calculates the pooled standard error using the treatment effect and p-value. To avoid an infinitive return when p-value = 1, the p-value is automatically adjusted to 0.99999
SEp_from_TE.p(TE, p, two_tailed = TRUE)
TE |
reported treatment effect |
p |
reported p-value |
two_tailed |
whether one-tailed or two-tailed statistics should be calculated |
Pooled standard error (e.g. standard error of intervention effect)
Altman D G, Bland J M. How to obtain the confidence interval from a P value BMJ 2011; 343 :d2090 doi:10.1136/bmj.d2090 Cochrane Handbook
# TE = 1.5, p = 0.8
SEp_from_TE.p(1.5, 0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.