View source: R/list_model_classes.R
list_model_classes | R Documentation |
Returns the possible model classes that 'gglm' works with.
list_model_classes(...)
... |
Currently ignored. For extendability. |
A character vector containing the possible model classes that 'gglm' works with.
Note that these are not always the exact name of the class that that can be used. This is due to how some methods are written in the packages 'gglm' imports. For example, the model class "merMod" refers to a variety of model outputs from 'lme4', even when the outputted class is not called "merMod".
list_model_classes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.