Displaying 2 results from an estimated 2 matches for "wandle".
Did you mean:
handle
2008 Jul 09
0
problems using mice()
...n 50 mit
warnings())
1 1 variablenameError in impute.logreg(c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L,
2L, 2L, 1L, 2L, :
dimensions [product 119] don`t match lenght of object [122]
Additional: 50 or more warnings (show first 50 with warnings())
warnings()
1: In any(predictorMatrix[j, ]) ... : wandle Argument des Typs 'double' nach
boolesch
1: In any(predictorMatrix[j, ]) ... : transform argument of type 'double' to
boolesch
I would be very happy if somebody could help me to fix this.
Thanks in advance.
B.
-----
The art of living is more like wrestling than dancing.
(Marcus...
2008 Dec 15
0
mixed csv and csv2
...if(input_teil[dim(input_teil)[1],1]==""|is.na(input_teil[dim(input_teil)[1],
1])) input_teil<-input_teil[1:(dim(input_teil)[1]-1),] else
k=dim(input_teil)[1]+1
}
enddatum[i]<-as.character(input_teil[dim(input_teil)[1],1])
beobachtungen[i]<-dim(input_teil)[1]
}
# Und wandle nun die ganze Kacke in Daten um
for(i in 1:length(dateinamen)){
startdatum[i]<-as.date(startdatum[[i]])
enddatum[i]<-as.date(enddatum[[i]])
}
#Baue einen Datensatz
laenge
complete_history<-data.frame(NA,nrow=laenge, ncol=length(dateinamen)+1)
#1. Spalte: von niedrigsten S...