
Find model parameters from estimated marginal means objects
Source:R/find_parameters_emmeans.R
find_parameters.emmGrid.Rd
Returns the parameter names from a model.
Usage
# S3 method for emmGrid
find_parameters(x, flatten = FALSE, merge_parameters = FALSE, ...)
Arguments
- x
A fitted model.
- flatten
Logical, if
TRUE
, the values are returned as character vector, not as list. Duplicated values are removed.- merge_parameters
Logical, if
TRUE
andx
has multiple columns for parameter names (likeemmGrid
objects may have), these are merged into a single parameter column, with parameters names and values as values.- ...
Currently not used.