Effect.fit_model | R Documentation |
effects
Calculate effects for plotting
Effect.fit_model(
focal.predictors,
mod,
which_formula = "X1",
pad_values = c(1),
category_number = NULL,
...
)
focal.predictors |
a character vector of one or more predictors in the model in any order. |
mod |
a regression model object. If no specific method exists for the class of |
which_formula |
which formula to use e.g., |
category_number |
which category codec_i to use when plotting density covariates If getting the error |
... |
arguments to be passed down. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.