data.frame objects in R (via “R in Action”)
Posted in R on December 18th, 2011 by Tal Galili – 4 CommentsThe followings introductory post is intended for new users of R. It deals with R data frames: what they are, and how to create, view, and update them.
This is a guest article by Dr. Robert I. Kabacoff, the founder of (one of) the first online R tutorials websites: Quick-R. Kabacoff has recently published the book ”R in Action“, providing a detailed walk-through for the R language based on various examples for illustrating R’s features (data manipulation, statistical methods, graphics, and so on…)
For readers of this blog, there is a 38% discount off the “R in Action” book (as well as all other eBooks, pBooks and MEAPs at Manning publishing house), simply by using the code rblogg38 when reaching checkout.
Let us now talk about data frames:
read more »
