View source: R/model_registry.R
| get_model_class | R Documentation |
Internal function that maps model type, family, and GEE usage to the appropriate S3 class for autoreg() dispatch.
get_model_class(type, family = NULL, gee = FALSE)
type |
Model type (linear, logistic, poisson, negbin, ordinal, boxcox, coxph, crr) |
family |
Model family (gaussian, binomial, poisson, or NULL) |
gee |
Logical indicating if GEE model |
Character string of S3 class name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.