Re: [R] Error when using complete function for imputed data

2018-09-03 Thread Paul Bernal
(Imputed_Data) > > colSums(apply(CompleteData,2, is.na)) > Transits CargoTons RcnstPCUMS TotalToll > 0 0 0 0 > > > > Cheers > Petr > > > -----Original Message----- > > From: R-help On Behalf Of Paul Bernal > > Sent: Mo

Re: [R] Error when using complete function for imputed data

2018-09-03 Thread PIKAL Petr
plete(Imputed_Data) > colSums(apply(CompleteData,2, is.na)) Transits CargoTons RcnstPCUMS TotalToll 0 0 0 0 > Cheers Petr > -Original Message- > From: R-help On Behalf Of Paul Bernal > Sent: Monday, September 3, 2018 4:30 PM >

[R] Error when using complete function for imputed data

2018-09-03 Thread Paul Bernal
Dear friends, It seems to me that there is something wrong with the complete function. I am using R version 3.5.0 and mice package for data imputation. I am working on a Windows 8.1 Enterprise machine with 64-bit Operating System. So here is my code: Imputed_Data <- mice(dataFrame[2:5]) Complet