Learn R Programming

riskRegression (version 2020.12.08)

transformT: Compute T-statistic after a Transformation

Description

Compute T-statistic after a transformation.

Usage

transformT(estimate, se, null, type, alternative)

Arguments

estimate

[numeric matrix] the estimate value before transformation.

se

[numeric matrix] the standard error after transformation.

null

[numeric] the value of the estimate (before transformation) under the null hypothesis.

type

[character] the transforamtion. Can be "log", "loglog", "cloglog", or "atanh" (Fisher transform).

alternative

[character] a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less".

Details

se and estimate must have same dimensions.