[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

Re: [R] Do a corelational analysis in R

2011-06-16 Thread Daniel Malter
it encounters character or factor columns use the use=pairwise.complete.obs argument within cor(). Best, Daniel -- View this message in context: http://r.789695.n4.nabble.com/Do-a-corelational-analysis-in-R-tp3601913p3602933.html Sent from the R help mailing list archive at Nabble.com