June 2007
Beginner to intermediate
950 pages
27h 8m
English
The base package does not contain some of the libraries referred to in this book, but downloading these is very simple. Run the R program, then from the command line use the install.packages function to download the libraries you want. You will be asked to highlight the mirror nearest to you for fast downloading (e.g. London), then everything else is automatic. The packages used in this book are
install.packages("akima") install.packages("chron") install.packages("Ime4") install.packages("mcmc") install.packages("odesolve") install.packages("spdep") install.packages("spatstat") install.packages("tree")
If you want other libraries, then go to CRAN and browse the list called ‘Packages’ to select the ones you want to investigate.
Read now
Unlock full access