On May 24, 2010, at 8:21 AM, Mohan L wrote:
Hi Mohan,
Try this:
table(dummy$State,dummy$Months)
Jim
Thanks for your time.
table(dummy$State,dummy$Months)
in this case the state column becomes the row index. I want the
state name
as the first column. There may be a way to do it.
?as.data.frame
Thanks & Rg
Mohan L
David Winsemius, MD
West Hartford, CT
______________________________________________
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.