Skip to main content Accessibility help
×
Hostname: page-component-7bb8b95d7b-dtkg6 Total loading time: 0 Render date: 2024-09-05T14:28:23.830Z Has data issue: false hasContentIssue false

Appendix A - Getting started with statistical computation

Published online by Cambridge University Press:  05 June 2014

Simon Vaughan
Affiliation:
University of Leicester
Get access

Summary

Dotted throughout the book are extracts of computer code that show how to perform the calculations under discussion. The examples are based on specific problems discussed in the text, but should be clear enough that they can also be used, with very little effort, for ‘real life’ data analysis problems. The computer codes are written in the R environment, which is introduced in this appendix.

What is R?

R is an environment for statistical computation and data analysis. You can think of it as a suite of software for manipulating data, producing plots and performing calculations, with a very wide range of powerful statistical tools. But it is also a programming language, so you can construct your own analyses with a little programming effort. It is one of the standard packages used by statisticians (professional and academic). To install R visit www.r-project.org/.

A first R session

First of all, start R, either by typing R at the command prompt (e.g. Linux) or double-clicking on the relevant icon (e.g. Windows).

A typical R session involves typing some commands into a ‘console’ window, and viewing the text and/or graphical output (which may appear in a pop-out window). The prompt is usually a ‘>’ sign, but can be changed if desired. At the prompt you can enter commands to execute.Virtually all commands in R have a command(arguments) format, where the name of the command is followed by some arguments enclosed in brackets (if there are no arguments the brackets are still present but empty).

Type
Chapter
Information
Scientific Inference
Learning from Data
, pp. 185 - 194
Publisher: Cambridge University Press
Print publication year: 2013

Access options

Get access to the full version of this content by using one of the access options below. (Log in options will check for institutional or personal access. Content may require purchase if you do not have access.)

Save book to Kindle

To save this book to your Kindle, first ensure coreplatform@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.

Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.

Find out more about the Kindle Personal Document Service.

Available formats
×

Save book to Dropbox

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.

Available formats
×

Save book to Google Drive

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.

Available formats
×