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


lavaSearch2 documentation built on April 12, 2023, 12:33 p.m.