Software for Data Analysis, Softcover reprint of hardcover 1st ed. 2008
Programming with R

Statistics and Computing Series

Language: English

126.59 €

In Print (Delivery period: 15 days).

Add to cartAdd to cart
Software for data analysis: programming with R
Publication date:
Support: Print on demand

168.79 €

Subject to availability at the publisher.

Add to cartAdd to cart
Software for data analysis. Programming with R (Statistics & computing) POD
Publication date:
Support: Print on demand

John Chambers has been the principal designer of the S language since its beginning, and in 1999 received the ACM System Software award for S, the only statistical software to receive this award. He is author or coauthor of the landmark books on S.

Now he turns to R, the enormously successful open-source system based on the S language. R's international support and the thousands of packages and other contributions have made it the standard for statistical computing in research and teaching.

This book guides the reader through programming with R, beginning with simple interactive use and progressing by gradual stages, starting with simple functions. More advanced programming techniques can be added as needed, allowing users to grow into software contributors, benefiting their careers and the community. R packages provide a powerful mechanism for contributions to be organized and communicated.

The techniques covered include such modern programming enhancements as classes and methods, namespaces, and interfaces to spreadsheets or data bases, as well as computations for data visualization, numerical methods, and the use of text data.

Introduction: Principles and Concepts.- Using R.- Programming with R: The Basics.- R Packages.- Objects.- Basic Data and Computations.- Data Visualization and Graphics.- Computing with Text.- New Classes.- Methods and Generic Functions.- Interfaces I: Using C and Fortran.- Interfaces II: Between R and Other Systems.- How R Works.- Errata and Notes for “Software for Data Analysis: Programming with R”.
The only advanced programming book on R Written by the author of the S languague from which R evolved Includes supplementary material: sn.pub/extras