View source: R/internal-validate_lincombs_against_formula.R
validate_lincombs_against_formula | R Documentation |
Checks that all variable names used in inla.make.lincomb()
expressions
(inside a list of lincombs) are present in the provided INLA model formula.
validate_lincombs_against_formula(lincombs, formula)
lincombs |
A list of linear combinations (as generated by |
formula |
The INLA model formula object (e.g., from |
Invisible TRUE if all terms match. Otherwise, stops with an informative error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.