create_model_hook | R Documentation |
This method is called by create_model_object()
after it has created an
object of type bbi_{type}_model
, and, if the caller requested writing the
model yaml to disk, this method will be called before that.
create_model_hook(.mod, ...)
## Default S3 method:
create_model_hook(.mod, ...)
## S3 method for class 'bbi_nonmem_model'
create_model_hook(.mod, ...)
## S3 method for class 'bbi_nmboot_model'
create_model_hook(.mod, ...)
## S3 method for class 'bbi_nmsim_model'
create_model_hook(.mod, ...)
.mod |
Model object. |
... |
All but the first argument that was passed to
|
Every bbi_{type}_model
should define a create_model_hook.bbi_{type}_model
method, even if no model-specific setup is required.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.