amices / ggmice

Visualize incomplete and imputed data with the R package `ggmice`
http://amices.org/ggmice
GNU General Public License v3.0
31 stars 9 forks source link

Add trend line to `plot_trace()` #140

Open hanneoberman opened 10 months ago

hanneoberman commented 10 months ago

new tred argument adds geom_smooth

hanneoberman commented 10 months ago
> imp <- mice::mice(mice::nhanes, print = FALSE)
> plot_trace(imp)

image

> plot_trace(imp, trend = TRUE)

image

hanneoberman commented 10 months ago

Maybe use geom_ribbon?

hanneoberman commented 1 month ago

Status check: conflicts with main, add to NEWS and vignette.