parse_inclusion {inlabru} | R Documentation |
Parse inclusion of component labels in a predictor expression
Description
Parse inclusion of component labels in a predictor expression
Usage
parse_inclusion(thenames, include = NULL, exclude = NULL)
Arguments
thenames |
Set of labels to restrict |
include |
Character vector of component labels that are needed by the predictor expression; Default: NULL (include all components that are not explicitly excluded) |
exclude |
Character vector of component labels that are not used by the
predictor expression. The exclusion list is applied to the list
as determined by the |
[Package inlabru version 2.12.0 Index]