[R] Hmisc multiple imputation functions
Vumani Dlamini
dvumani at hotmail.com
Mon Jun 16 15:22:08 CEST 2003
Dear all;
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 R
I am not sure what I am missing.
Vumani
More information about the R-help
mailing list