Description Usage Arguments Value
First checks to be sure the required keys are all present
First checks to be sure the required keys are all present
First checks to be sure the required columns are all present
1 2 3 4 5 6 7 | create_model_object(.mod_list)
create_summary_object(res, .model_type = SUPPORTED_MOD_TYPES)
create_process_object(res)
create_run_log_object(log_df)
|
.mod_list |
List with the required information to create a model object |
res |
List to attempt to assign the class to |
.model_type |
Character scaler of a valid model type (currently either 'nonmem' or 'stan') |
log_df |
data.frame or tibble to attempt to assign the class to |
S3 object of class 'bbi_.model_type_model' that can be passed to 'submit_model()', 'model_summary()' etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.