Compute Confidence Intervals using a transformation
Compute confidence intervals using a transformation. The resulting confidence interval is returned on the original case (i.e. back-transformed).
transformCI(estimate, se, quantile, type, min.value, max.value)
estimate |
[numeric matrix] the estimate value before transformation. |
se |
[numeric matrix] the standard error after transformation. |
quantile |
[numeric vector] quantile that will be multiplied to each column of |
type |
[character] the transforamtion.
Can be |
min.value |
[numeric] if not |
max.value |
[numeric] if not |
se
and estimate
must have same dimensions.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.