| eval_mmrm | R Documentation |
This is a utility function that attempts to evaluate a call to mmrm managing any warnings or errors that are thrown.
eval_mmrm(expr)
expr |
An expression to be evaluated. Should be a call to |
This function was originally developed for use with glmmTMB which needed
more hand-holding and dropping of false-positive warnings. It is not
as important now but is kept around encase we need to catch
false-positive warnings again in the future.
record()
## Not run:
eval_mmrm({
mmrm::mmrm(formula, data)
})
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.