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(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, xyplotimp<- mice(nhanes, m=50, print=FALSE)
plot_trace(imp)
Created on 2024-06-25 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: