Learn R Programming

riskRegression (version 2020.02.05)

transformP: Compute P-values After a Transformation

Description

Compute the p-values after a transformation.

Usage

transformP(estimate, se, null, type)

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).

Details

se and estimate must have same dimensions.