get_error_group.pk: Get error group
Description
Get error group
Usage
# S3 method for pk
get_error_group(obj, as_character = FALSE, ...)
Value
The stat_error_model error grouping
Arguments
- obj
A [pk()] object.
- as_character
Logical (Default: `FALSE`). Determines whether to return a
character vector. If set to `FALSE`, a list of expressions containing the `data_group`
variables is returned.
- ...
Additional arguments. Not in use currently.