Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add legend = FALSE argument to plot_trace() #153

Open
hanneoberman opened this issue Jun 25, 2024 · 0 comments
Open

Add legend = FALSE argument to plot_trace() #153

hanneoberman opened this issue Jun 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hanneoberman
Copy link
Member

library(mice); library(ggplot2); library(ggmice)
#> Warning: package 'mice' was built under R version 4.3.1
#> 
#> Attaching package: 'mice'
#> The following object is masked from 'package:stats':
#> 
#>     filter
#> The following objects are masked from 'package:base':
#> 
#>     cbind, rbind
#> Warning: package 'ggplot2' was built under R version 4.3.3
#> 
#> Attaching package: 'ggmice'
#> The following objects are masked from 'package:mice':
#> 
#>     bwplot, densityplot, stripplot, xyplot
imp <- mice(nhanes, m = 50, print= FALSE)
plot_trace(imp)

Created on 2024-06-25 with reprex v2.1.0

@hanneoberman hanneoberman added the enhancement New feature or request label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant