model_control {INSPECTumours} | R Documentation |
Build model and make predictions
Description
Build model and make predictions
Usage
model_control(df_control, df_newstudy, method, end_day)
Arguments
df_control |
data frame with control data (including historical control, if provided) |
df_newstudy |
data frame, data from new study |
method |
"Two-stage non-linear model" or "Linear model" |
end_day |
period of time used for the statistical modelling of the control data |
Value
list: two data frames with prediction results (for new study and for control data)
[Package INSPECTumours version 0.1.0 Index]