[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

[R] Do a corelational analysis in R

2011-06-16 Thread amrita gs
Hi everyone, I retrieved the values of form elements such as radiobuttons, text area,textbox etc into MySQL database. I retieved the values from MySQL db to R using RODBC package. If i want to do a corelational analysis using the values in textarea and radiobutton how is it possible as textarea

[R] Save the results of data analysis in R

2011-06-16 Thread amrita gs
Hi everyone, I want to do data analysis using the values retrieved from a MySQL database. Is there a way to save the results of data analysis in R. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] Can we prepare a questionaire in R

2011-06-14 Thread amrita gs
Hi all So we can retrieve data from mysql database and do the data analysis in R. Is it easy to do the data analysis with the values of the form elements stored in mysql db,which are of different patterns for eg:- for radio buttons there may be values yes or no,some may have textarea

[R] Setting up RODBC or RMySQL package.

2011-06-14 Thread amrita gs
Hi all, I have installed RODBC package. But am not able to connect it for using MySQL. For accessing MySQL Db a connector is required.For that can i use the mysql db which is a part of WAMP server or use separate mysql db. I know there is a package called RMySQL. But i find it very difficult

Re: [R] Can we prepare a questionaire in R

2011-06-09 Thread amrita gs
Hai everyone, 1) Is there a way to populate html form element values directly into R or is it only possible to get the values into a db or an excel file or a csv file and import it for data analysis. If possible , please anyone reply to this mail. Am a beginner in R. [[alternative

Re: [R] Can we prepare a questionaire in R

2011-06-09 Thread amrita gs
I will explain more clearly I have an online feedback form which has all the form elements like radiobuttons,checkboxes,textareas,textboxes etc. I have to get the values of these form elements and use it for data analysis in R. It will be huge amount of data. 1) Is it possible in R to

[R] Can we prepare a questionaire in R

2011-06-08 Thread amrita gs
Is there a way to prepare a questionnaire in R like html forms whose data can be directly populated into R? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

Re: [R] Can we prepare a questionaire in R

2011-06-08 Thread amrita gs
How can we create HTML forms in R [[alternative HTML version deleted]] __ 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