[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 in mysql db.

Please anyone help. Can anyone specify the steps for doing data analysis
after retrieving data
from the database.

[[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 provide commented, minimal, self-contained, reproducible code.


[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 may
contain a variety of values like a sentence or a group of words...Is there
any other way to do the analysis.

Plese give me suggestions

[[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 provide commented, minimal, self-contained, reproducible code.


[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
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.


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
values.Suppose i want to do a correlation analysis between these two how
is it possible
Can anyone give an example,Please.
Thanks

 Amrita

[[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 provide commented, minimal, self-contained, reproducible code.


[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 to
install the RMySQL package under .Which is better one for accessing MySQL
Database.

Thanks
Amrita

[[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 provide commented, minimal, self-contained, reproducible code.


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 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 provide commented, minimal, self-contained, reproducible code.


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 retrieve the values of these form elements
directly.

2) Is there any storage mechanism in R to store the values.
2) Do i have to store the data in some files or db and then import them in
R and use for data analysis. Is this better?

Amrita

[[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 provide commented, minimal, self-contained, reproducible code.


[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 read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


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 provide commented, minimal, self-contained, reproducible code.