> I want to do statistical analysis on some survey data and I can specify what > I would like to do very easily in algorithmic terms. However, being a n00b > to R I am struggling with getting R to execute what I want. > > I think all I need is some source that directs me in the right direction by > walking me through some examples of common data frame operations (e.g. > adding/removing variables, selecting/filtering cases, reversing scales, > recoding variables, excluding missing values, splitting the responses based > on values of a variable and so on).
"Data manipulation with R", by Phil Spector (http://www.amazon.com/dp/0387747303) would be a good start. Hadley -- http://had.co.nz/ ______________________________________________ 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.