I am trying to use HMISC imputation function to perform multiple imputations on my data and I keep on getting errors for the code given in the help files.
When using "aregImpute" the error is;
f <- aregImpute(~y + x1 + x2 + x3, n.impute=100)Loading required package: acepack
Iteration:1 Error in .Fortran("wclosepw", as.double(w), as.double(x), as.double(runif(lw)), :
C/Fortran function name not in load table
When I use "transcan" it is;
f <- transcan(~y + x1 + x2, n.impute=10, shrink=FALSE)
Error in transcan(~y + x1 + x2, n.impute = 10, shrink = FALSE) :
Must specify data= when using RI am not sure what I am missing.
Vumani
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
