transformSummaryTable: Apply Transformation to Summary Table

View source: R/transformSummaryTable.R

transformSummaryTableR Documentation

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.

Value

a data.frame


bozenne/lavaSearch2 documentation built on Feb. 13, 2024, 10:18 p.m.