View source: R/functions_wrapper.R
get_covariate_effects | R Documentation |
Return a list of all used covariates within a model
The list will have parameter name as key with a connected value as a vector of tuple(s) with (covariate, effect type, operator)
get_covariate_effects(model)
model |
(Model) Model to extract covariates from. |
(Dictionary : Dictionary of parameters and connected covariate(s))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.