Publications by Tal Galili

Google spreadsheets + google forms + R = Easily collecting and importing data for analysis

13.03.2010

Someone on the R mailing list (link) asked: how can you easily (daily) collect data from many people into a spreadsheet and then analyse it using R. The answer people gave to it where on various ways of using excel.  But excel files (at least for now),  are not “on the cloud”.  A better answer might be to create a google form that will upd...

2713 sym

R: Backwards for loop

20.03.2010

As easy as that. Related To leave a comment for the author, please follow the link and comment on their blog: Statistics Blog » r. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job. Want to share your content on R-...

419 sym

R: remove all objects fromt he current workspace

20.03.2010

Related To leave a comment for the author, please follow the link and comment on their blog: Statistics Blog » r. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job. Want to share your content on R-bloggers? click he...

402 sym

R: Geometric mean

21.03.2010

But this requires package heR.Misc so you might as well just use: Related To leave a comment for the author, please follow the link and comment on their blog: Statistics Blog » r. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/dat...

469 sym

R: Add vertical line to a plot

21.03.2010

If you have a plot open and want to add a vertical line to it: Related To leave a comment for the author, please follow the link and comment on their blog: Statistics Blog » r. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-s...

465 sym

The “Future of Open Source” Survey – an R user’s thoughts and conclusions

23.03.2010

Over a month ago, David Smith published a call for people to participate in the “Future of Open Source” Survey. 550 people (and me) took the survey, and today I got an e-mail with the news that the 2010 survey results are analysed and where published in the “Future.Of.Open.Source blog” In the following (38 slides) presentation: I would ...

5781 sym 2 img

R plotting fun

25.03.2010

Not easy to produce cool looking graphs in R, but it can be done. The results of some messing around are above. Here is the code I used: Related To leave a comment for the author, please follow the link and comment on their blog: Statistics Blog » r. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and m...

540 sym 2 img

Quantile LOESS – Combining a moving quantile window with LOESS (R function)

01.04.2010

In this post I will provide R code that implement’s the combination of repeated running quantile with the LOESS smoother to create a type of “quantile LOESS” (e.g: “Local Quantile Regression”). This method is useful when the need arise to fit robust and resistant (Need to be verified) a smoothed line for a quantile (an example for such...

6210 sym R (3199 sym/5 pcs) 2 img 2 tbl

R-Node: a web front-end to R with Protovis

03.04.2010

Update (April 6 – 2010) : R-Node now has it’s own a website, with a dedicated google group (you can join it here) * * * * The integration of R into online web services is (for me) one of the more exciting prospects in R’s future. That is way I was very excited coming across Jamie Love’s recent creation: R-Node. What is R-Node R-Node i...

3603 sym R (76 sym/1 pcs) 8 img

Correlation scatter-plot matrix for ordered-categorical data

07.04.2010

When analyzing a questionnaire, one often wants to view the correlation between two or more Likert questionnaire item’s (for example: two ordered categorical vectors ranging from 1 to 5). When dealing with several such Likert variable’s, a clear presentation of all the pairwise relation’s between our variable can be achieved by inspecting t...

2679 sym R (2885 sym/2 pcs) 4 img 1 tbl