Learn R Programming

rbmi (version 1.5.1)

eval_mmrm: Evaluate a call to mmrm

Description

This is a utility function that attempts to evaluate a call to mmrm managing any warnings or errors that are thrown.

Usage

eval_mmrm(expr)

Arguments

expr

An expression to be evaluated. Should be a call to mmrm::mmrm().

Details

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.

See Also

record()

Examples

Run this code
if (FALSE) {
eval_mmrm({
    mmrm::mmrm(formula, data)
})
}

Run the code above in your browser using DataLab