| determine_effect_type | R Documentation |
Identifies the appropriate effect measure label (OR, HR, RR, Coefficient, aOR, aHR, aRR, Adj. Coefficient) based on model type, exponentiation setting, and whether the estimate is adjusted (multivariable) or unadjusted (univariable).
determine_effect_type(uni_raw, multi_raw, exponentiate, adjusted = FALSE)
uni_raw |
Raw univariable data.table containing coefficient columns.
Used to detect effect type when |
multi_raw |
Raw multivariable data.table containing coefficient columns.
Used to detect effect type when |
exponentiate |
Logical or
|
adjusted |
Logical. If |
Character string with the effect measure label:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.