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)
Pooled standard error (e.g. standard error of intervention effect)
reported treatment effect
reported p-value
whether one-tailed or two-tailed statistics should be calculated
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)
Run the code above in your browser using DataLab