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)[numeric matrix] the estimate value before transformation.
[numeric matrix] the standard error after transformation.
[numeric vector] quantile that will be multiplied to each column of se.
[character] the transforamtion.
Can be "log", "loglog", "cloglog", or "atanh" (Fisher transform).
[numeric] if not NULL and the lower bound of the confidence interval is below min,
it will be set at min.
[numeric] if not NULL and the lower bound of the confidence interval is below max,
it will be set at max.
se and estimate must have same dimensions.