R for SAS and SPSS Users
R is a powerful and free software system for data analysis and graphics, with over 1,200 add-on packages available. This book introduces R using SAS and SPSS terms with which you are already familiar. It demonstrates which of the add-on packages are most like SAS and SPSS and compares them to R...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
New York, NY :
Springer New York,
2009.
|
Series: | Statistics and Computing,
|
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- The Five Main Parts of SAS and SPSS
- Programming Conventions
- Typographic Conventions
- Installing and Updating R
- Running Rrunning R running R
- Help and Documentation
- Programming Language Basicsprogramming syntaxprogramming syntax
- Data Acquisition
- Selecting Variables variables selecting – Var, Variables=
- Selecting Observations – Where, If, Select If, Filter
- Selecting Both Variables and Observations
- Converting Data Structures
- Data Management
- Value Labels or Formats (and Measurement Level)
- Variable Labels
- Generating Data
- How R Stores Data
- Managing Your Files and Workspace workspace managing
- Graphics Overviewgraphicsgraphics overview
- Traditional Graphics graphics graphics traditional
- Graphics with ggplot2 (GPL) graphics graphics Grammar of Graphics
- Statistics
- Conclusion.