Dear all, I sometimes receive data which has a following layout:
Age urban count 34 X 13 64 3 In which count represents the amount of times a certain observation has been fulfilled. How ever when using this data in R I’m confronted with the fact that R can not use this data in it’s functions, for example table(). Is there an easy solution for this problem? Thanks! Regards, John ______________________________________________ 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.