For those R beginners who just want to graph right away.. This is a great link that plots your data with ggplot2 and gives you the code to do it yourself..
http://yeroon.net/ggplot2/
Just upload your data from a csv or excel or google data, right click to define variables and layers, and see your plot.. Many options are offered (though not the full capabilities of the grammar of graphics in R) and you can even export your plot as a pdf or svg.
All thanks to Jeroen C.L. Ooms and UCLA
info can be found here: http://www.stat.ucla.edu/~jeroen/
other web apps offered are an IRT tool and a LME4 tool
http://yeroon.net/ggplot2/
Just upload your data from a csv or excel or google data, right click to define variables and layers, and see your plot.. Many options are offered (though not the full capabilities of the grammar of graphics in R) and you can even export your plot as a pdf or svg.
All thanks to Jeroen C.L. Ooms and UCLA
info can be found here: http://www.stat.ucla.edu/~jeroen/
other web apps offered are an IRT tool and a LME4 tool