effect_transf_proc: Convert Dataframe of Effect Measures to Its Inverse

View source: R/effect_transf.R

effect_transf_procR Documentation

Convert Dataframe of Effect Measures to Its Inverse

Description

#' Convert dataframe of effect measures to its inverse.

Usage

effect_transf_proc(data, prefix = c("log", "logit"))

Arguments

data

Dataframe of effect measures.

prefix

Type of conversion. Must be one of c("log", "logit").

Details

The .estimate, .lower and .upper will be trabsformed and the term will be renamed.

Value

Data.frame


FrankLef/fciR documentation built on Nov. 12, 2023, 6:09 a.m.