Re: [R] analysis with the data from mysql database

2011-06-20 Thread Steven Kennedy
Please tell us the package you are using and the specific commands. It is most likely you are retrieving the data into a list or some other structure that hist() doesn't like. On Mon, Jun 20, 2011 at 12:57 PM, amrita gs ammasamri...@gmail.com wrote: Hi everyone,     I have certain values

Re: [R] analysis with the data from mysql database

2011-06-20 Thread Jim Holtman
at least provide a sample of the data. It sounds like you have 'factors' as your data. Do an 'str' of your dataframe that was returned. Sent from my iPad On Jun 19, 2011, at 22:57, amrita gs ammasamri...@gmail.com wrote: Hi everyone, I have certain values retrieved from mysql

[R] analysis with the data from mysql database

2011-06-19 Thread amrita gs
Hi everyone, I have certain values retrieved from mysql database.How can i do certain analysis like histogram, correlational analysis tc using this data,I tried it. But when i tried to plot a histogram it actually showed error the data is not numeric evenif it was stored as integer data type