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)
#> 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
library(ggmice)
#> #> Attaching package: 'ggmice'#> The following objects are masked from 'package:mice':#> #> bwplot, densityplot, stripplot, xyplot
library(ggplot2)
#> Warning: package 'ggplot2' was built under R version 4.3.3
ggmice(nhanes, aes(bmi)) + geom_histogram(fill="white")
#> `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.#> Warning: Removed 9 rows containing non-finite outside the scale range#> (`stat_bin()`).
萀Ȭ
#> Error in eval(expr, envir, enclos): object '萀Ȭ' not found
萀Ȭ #> Error in eval(expr, envir, enclos): object '萀Ȭ' not found
Created on 2024-03-05 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: