You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(ggmice)
library(mice)
#> Warning: package 'mice' was built under R version 4.3.1#> #> Attaching package: 'mice'#> The following objects are masked from 'package:ggmice':#> #> bwplot, densityplot, stripplot, xyplot#> The following object is masked from 'package:stats':#> #> filter#> The following objects are masked from 'package:base':#> #> cbind, rbind
library(ggplot2)
#> Warning: package 'ggplot2' was built under R version 4.3.2
ggmice(mice(nhanes, print=FALSE), aes(bmi)) +
geom_histogram()
#> `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
Created on 2023-12-07 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: