The way R-Project handles data differs from some mainstream statistical programs, such as SPSS. It can handle an unlimited number of data sets, as long as the memory of your computer can handle it. Often, the results of statistical tests or estimation-procedures are stored inside ‘data-sets’ as well. In order to be able to serve different needs, several different types of data-storage are available.
This edition of the R-Sessions will introduce some of the types of data-storage and shows how these objects are managed by R-Project.
