E-Book, Englisch, 467 Seiten, eBook
Reihe: Statistics and Computing
Muenchen / München. R for SAS and SPSS Users
1. Auflage 2009
ISBN: 978-0-387-09418-2
Verlag: Springer US
Format: PDF
Kopierschutz: 1 - PDF Watermark
E-Book, Englisch, 467 Seiten, eBook
Reihe: Statistics and Computing
ISBN: 978-0-387-09418-2
Verlag: Springer US
Format: PDF
Kopierschutz: 1 - PDF Watermark
While SAS and SPSS have many things in common, R is very different. My goal in writing this book is to help you translate what you know about SAS or SPSS into a working knowledge of R as quickly and easily as possible. I point out how they differ using terminology with which you are familiar, and show you which add-on packages will provide results most like those from SAS or SPSS. I provide many example programs done in SAS, SPSS, and R so that you can see how they compare topic by topic. When finished, you should be able to use R to: Read data from various types of text files and SAS/SPSS datasets. Manage your data through transformations or recodes, as well as splitting, merging and restructuring data sets. Create publication quality graphs including bar, histogram, pie, line, scatter, regression, box, error bar, and interaction plots. Perform the basic types of analyses to measure strength of association and group differences, and be able to know where to turn to cover much more complex methods.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Weitere Infos & Material
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.