transformSummaryTable: Apply Transformation to Summary Table
Description
Update summary table according to a transformation, e.g. log-transformtion.
P-values are left unchanged but estimates, standard errors, and confidence intervals are updated.
Usage
transformSummaryTable(object, transform = NULL)
Arguments
- object
A data.frame with columns estimate, se, lower, upper.
- transform
the name of a transformation or a function.