Compute standard errors after transformation based on the standard error before transformation.
transformSE(estimate, se, type)[numeric matrix] the estimate value before transformation.
[numeric matrix] the standard error before transformation.
[character] the transforamtion.
Can be "log", "loglog", "cloglog", or "atanh" (Fisher transform).
Use a delta method to find the standard error after transformation.
se and estimate must have same dimensions.