lor_estimation {bonsaiforest} | R Documentation |
Estimation of Log-Odds Ratio
Description
Function to estimate the subgroup log-odds ratio for binary data.
Usage
lor_estimation(x_subg, dummy_subg, est_coef)
Arguments
x_subg |
( |
dummy_subg |
( |
est_coef |
( |
Value
Log-odds ratio of the studied subgroup.
Examples
lor_estimation(design_matrix1, design_dummy1, est_coef_bin1)
[Package bonsaiforest version 0.1.0 Index]