Compute T-statistic after a transformation.
transformT(estimate, se, null, type, alternative)[numeric matrix] the estimate value before transformation.
[numeric matrix] the standard error after transformation.
[numeric] the value of the estimate (before transformation) under the null hypothesis.
[character] the transforamtion.
Can be "log", "loglog", "cloglog", or "atanh" (Fisher transform).
[character] a character string specifying the alternative hypothesis,
must be one of "two.sided" (default), "greater" or "less".
se and estimate must have same dimensions.