search for: a87x

Displaying 1 result from an estimated 1 matches for "a87x".

Did you mean: a87e
2017 Jun 04
0
plot command error message
...ve this problem? As I suppose that the problem has something to do with the way I coded the variables, here is how i did it: voxit$leaflet[voxit$a65== "Ja"] <- 1 voxit$leaflet[voxit$a65== "Nein"] <- 0 voxitf <- subset(voxit, leaflet >= 0 ) voxitf$partisan[voxitf$a87x== "1 Tag oder weniger vorher"] <- 0 voxitf$partisan[voxitf$a87x== "Einige Tage vorher"] <- 1 voxitf$partisan[voxitf$a87x== "1-2 Woche(n) vorher"] <- 2 voxitf$partisan[voxitf$a87x== "Mehrere Wochen vorher"] <- 3 voxitf$partisan[voxitf$a87x== "...