View source: R/helpers-model.R
check_model | R Documentation |
In addition for validating the model, specific methods might add information to the model object based on the provided data and formula
check_model(model, data = NULL, formula = NULL)
model |
the model argument supplied by the user |
data |
the data argument supplied by the user |
formula |
the formula argument supplied by the user |
An object of type 'bmmodel'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.