
Using R for Data Analysis and Graphics
by J H Maindonald
Publisher: Australian National University 2008
Number of pages: 96
Description:
These notes are designed to allow individuals who have a basic grounding in statistical methodology to work through examples that demonstrate the use of R for a range of types of data manipulation, graphical presentation and statistical analysis.
Download or read it online for free here:
Download link
(2.4MB, PDF)
Similar books
Advanced R programmingby Hadley Wickham
The book is designed primarily for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages, as it explains some of R's quirks...
(12570 views)
Statistics with Rby Vincent Zoonekynd
Contents: Introduction to R; Programming in R; From Data to Graphics; Customizing graphics; Factorial methods; Clustering; Probability Distributions; Estimators and Statistical Tests; Regression; Other regressions; Regression Problems; etc.
(10589 views)
R Packages: Organize, Test, Document and Share Your Codeby Hadley Wickham - O'Reilly Media
This practical book shows you how to bundle reusable R functions, sample data, and documentation together by applying author Hadley Wickham's package development philosophy. You'll work with devtools, roxygen, and testthat, a set of R packages.
(7358 views)
An Introduction to Rby W. N. Venables, D. M. Smith - Network Theory
Comprehensive introduction to R, a software package for statistical computing and graphics. R supports a wide range of statistical techniques, and is easily extensible via user-defined functions, or using modules written in C, C++ or Fortran.
(31363 views)