October 2012
Beginner to intermediate
721 pages
21h 38m
English
In this book, I have tried to provide many working examples of R
code. I deliberately decided to use new and original examples, instead of
relying on the data sets included with R. I am not implying that the
included examples are not good; they are good. I just wanted to give
readers a second set of examples. In most cases, the examples are short
and simple and I have not provided them in a downloadable form. However, I
have included example data and a few of the longer examples in the
nutshell R package, available through
CRAN. To install the nutshell package,
type the following command on the R console:
> install.packages("nutshell")