Description Usage Arguments Details Value References Examples
View source: R/pool_predictions.R
This function "pools" (i.e. combines) multiple ggeffects
objects, in
a similar fashion as mice::pool()
.
1 | pool_predictions(x, ...)
|
x |
A list of |
... |
Currently not used. |
Averaging of parameters follows Rubin's rules (Rubin, 1987, p. 76).
A data frame with pooled predictions.
Rubin, D.B. (1987). Multiple Imputation for Nonresponse in Surveys. New York: John Wiley and Sons.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.