get_group_names {marginaleffects} | R Documentation |
Get levels of the outcome variable in grouped or multivariate models
get_group_names(model, ...) ## Default S3 method: get_group_names(model, ...) ## S3 method for class 'polr' get_group_names(model, ...) ## S3 method for class 'multinom' get_group_names(model, ...) ## S3 method for class 'bracl' get_group_names(model, ...) ## S3 method for class 'brmsfit' get_group_names(model, ...) ## S3 method for class 'mblogit' get_group_names(model, type, ...) ## S3 method for class 'mlm' get_group_names(model, ...) ## S3 method for class 'clm' get_group_names(model, ...) ## S3 method for class 'hurdle' get_group_names(model, type = "count", ...)
model |
Model object |
... |
Additional arguments are passed to the |
type |
string indicates the type (scale) of the predictions used to
compute contrasts or slopes. This can differ based on the model
type, but will typically be a string such as: "response", "link", "probs",
or "zero". When an unsupported string is entered, the model-specific list of
acceptable values is returned in an error message. When |
A character vector