[R] Issue calling MICE package
Ole Høst
olehost at gmail.com
Wed Oct 4 14:47:47 CEST 2017
I want to call the mice function from the MICE package from my own package.
However I run into this issue, which can be reproduced on the command line:
mice::mice(airquality)#> Error in check.method(setup, data): The
following functions were not found: mice.impute.pmm, mice.impute.pmm
I have no problems when doing
library(mice)
mice(airquality)
Is this a bug or am I missing something?
Thanks,
Ole Høst
[[alternative HTML version deleted]]
More information about the R-help
mailing list