naivepop {bonsaiforest} | R Documentation |
Naive Overall Population Model Estimation
Description
Function to fit the naive overall population model to the data. This model is going to estimate the subgroup treatment effects with the overall population treatment effect.
Usage
naivepop(resp, trt, data, resptype = c("survival", "binary"), status = NULL)
Arguments
resp |
( |
trt |
( |
data |
( |
resptype |
( |
status |
( |
Value
List with fit
, model
, resptype
, data
.
Examples
naivepop("tt_pfs", "arm", example_data, "survival", "ev_pfs")
[Package bonsaiforest version 0.1.0 Index]