Description Usage Arguments Value Examples
Plot partial pooling estimates for a linear mixed effects model
1 | plot_partial_pooling(df, y_var, x_var, group)
|
df |
a data.frame containing the variables used in the model |
y_var |
the raw (unquoted) name of the dependent variable |
x_var |
the raw (unquoted) name of the independent variable |
group |
the raw (unquoted) name of the group factor |
a ggplot2 plot
1 2 | library(dplyr)
plot_partial_pooling(storms, y_var = wind, x_var = pressure, group = year)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.