View source: R/plot_partialAPCeffects.R
compute_marginalAPCeffects | R Documentation |
Internal helper function to add lower and upper confidence boundaries pointwise
compute_marginalAPCeffects(dat, model, variable, plot_CI = FALSE)
dat |
Dataset containing predicted effects for a grid of all APC dimensions and covariates used in the model. |
model |
Model fitted with |
variable |
One of |
plot_CI |
Indicator if 95% confidence intervals for marginal APC effects should be computed. Defaults to FALSE. |
If the model was estimated with a log or logit link, the function automatically performs an exponential transformation of the effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.