I got this problem when I try to export some data:
write.csv(avvik <- cbind(u.s, j.k, k.e), "avvik.txt")
I've already understood that the problem probably lies in "your trying to set the sample size from some groups equal to zero". This is what I did learn from another post here at the forum. But I'm quite new at using R, so what does this mean?