Hello, all. I have come across a problem. Previously, when I recoded my DV, added the variable to my dataset and ran the multinom, I was just fine. But I am doing it again and I am getting this error.
R> Poland$trust <- trust Error in `$<-.data.frame`(`*tmp*`, "trust", value = c(NA, NA, NA, NA, : replacement has 13665 rows, data has 13664 Do I need to delete a row? And if so, how would I do this? Thanks so much. ~Nicole ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.