factor_combos {gratia} | R Documentation |
All combinations of factor levels
Description
All combinations of factor levels
Usage
factor_combos(object, ...)
## S3 method for class 'gam'
factor_combos(object, vars = everything(), complete = TRUE, ...)
Arguments
object |
a fitted model object. |
... |
arguments passed to methods. |
vars |
terms to include or exclude from the returned object. Uses tidyselect principles. |
complete |
logical; should all combinations of factor levels be
returned? If |
[Package gratia version 0.9.2 Index]