Displaying 1 result from an estimated 1 matches for "konfigurationsfrequenzanalyse".
2003 Nov 07
2
chisq.test error: x and y must have at least 2 levels
...> nein nein <NA>
Levels: nein ja
Or is there another meaning of 'levels' that doesn't
correspond to the one returned above?
Any hints what's going wrong/which mistake(s) I make?
BTW to the german speaking readers: What's the R pendant to or
translation for "Konfigurationsfrequenzanalyse (KFA)"?
TIA
Best regards,
Christoph
_____________________
? (I got help from a colleague to do this =))
v007.s <- fbhint.spss1[58:219]
v007.1.s <- fbhint.spss1[360:521]
name7.s<-names(v007.s)
name71.s<-names(v007.1.s)
bln<-length(name7.s)
for (i in 1:bln) {
v1<-name7.s[...