map_model_behavior | R Documentation |
map_model_behavior()
runs INLA::inla()
until its successful. This is
important on linux machines where INLA can produce unstable results.
map_model_behavior(df, formula, control.predictor, ...)
df |
Data frame of model data. |
formula |
A formula that will be supplied to the model, such as |
control.predictor |
Used to set |
... |
Additional arguments passed to |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.