ci2se {ReplicationSuccess} | R Documentation |
Transforms confidence intervals to the corresponding standard errors.
ci2se(lower, upper, conf.level = 0.95, ratio = FALSE)
lower |
a vector of lower confidence interval bounds |
upper |
a vector of upper confidence interval bounds |
conf.level |
The confidence level of the confidence intervals. Default is 0.95. |
ratio |
Indicates whether the confidence interval is for a ratio, e.g. an
odds ratio, relative risk or hazard ratio.
If |
A numeric vector of standard errors.
ci2p
, ci2z
, ci2estimate
, p2z
, z2p
ci2se(lower = 1, upper = 3) ci2se(lower = 1, upper = 3, ratio = TRUE) ci2se(lower = 1, upper = 3, conf.level = 0.9)