plot_partial_pooling: Plot partial pooling estimates for a linear mixed effects...

Description Usage Arguments Value Examples

Description

Plot partial pooling estimates for a linear mixed effects model

Usage

1
plot_partial_pooling(df, y_var, x_var, group)

Arguments

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

Value

a ggplot2 plot

Examples

1
2
library(dplyr)
plot_partial_pooling(storms, y_var = wind, x_var = pressure, group = year)

jrosen48/lme4plotpartial documentation built on May 29, 2019, 2:25 p.m.