[R] help required state wise count
David Winsemius
dwinsemius at comcast.net
Mon May 24 16:14:56 CEST 2010
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
More information about the R-help
mailing list