• Complain

Alain F. Zuur Elena N. Ieno - A Beginner’s Guide to R

Here you can read online Alain F. Zuur Elena N. Ieno - A Beginner’s Guide to R full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 0, publisher: Springer New York, New York, NY, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Alain F. Zuur Elena N. Ieno A Beginner’s Guide to R

A Beginner’s Guide to R: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "A Beginner’s Guide to R" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Alain F. Zuur Elena N. Ieno: author's other books


Who wrote A Beginner’s Guide to R? Find out the surname, the name of the author of the book and a list of all author's works by series.

A Beginner’s Guide to R — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "A Beginner’s Guide to R" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Springer Science+Business Media, LLC 2009
Alain F. Zuur , Elena N. Ieno and Erik H. W. G. Meesters A Beginners Guide to R Use R!
1. Introduction
Alain F. Zuur 1
(1)
Highland Statistics Ltd., 6 Laverock Road, Newburgh, UK, AB41 6FN
(2)
IMARES, Institute for Marine Resources & Ecosystem Studies, 1797 SH t Horntje, The Netherlands
Alain F. Zuur (Corresponding author)
Email:
Elena N. Ieno
Email:
Erik H. W. G. Meesters
Email:
Keywords
Hate
We begin with a discussion of obtaining and installing R and provide an overview of its uses and general information on getting started. In Section , we provide some general recommendations for reading this book and how to use it if you are an instructor, and finally, in the last section, we summarise the R functions introduced in this chapter.
1.1 What Is R?
It is a simple question, but not so easily answered. In its broadest definition, R is a computer language that allows the user to program algorithms and use tools that have been programmed by others. This vague description applies to many computing languages. It may be more helpful to say what R can do. During our R courses, we tell the students, R can do anything you can imagine, and this is hardly an overstatement. With R you can write functions, do calculations, apply most available statistical techniques, create simple or complicated graphs, and even write your own library functions. A large user group supports it. Many research institutes, companies, and universities have migrated to R. In the past five years, many books have been published containing references to R and calculations using R functions. A nontrivial point is that R is available free of charge.
Then why isnt everyone using it? This is an easier question to answer. R has a steep learning curve! Its use requires programming, and, although various graphical user interfaces exist, none are comprehensive enough to completely avoid programming. However, once you have mastered Rs basic steps, you are unlikely to use any other similar software package.
The programming used in R is similar across methods. Therefore, once you have learned to apply, for example, linear regression, modifying the code so that it does generalised linear modelling, or generalised additive modelling, requires only the modification of a few options or small changes in the formula. In addition, R has excellent statistical facilities. Nearly everything you may need in terms of statistics has already been programmed and made available in R (either as part of the main package or as a user-contributed package).
There are many books that discuss R in conjunction with statistics (Dalgaard, 2002; Crawley, 2002, 2005; Venables and Ripley, 2002; among others. See Section for a comprehensive list of R books). This book is not one of them. Learning R and statistics simultaneously means a double learning curve. Based on our experience, that is something for which not many people are prepared. On those occasions that we have taught R and statistics together, we found the majority of students to be more concerned with successfully running the R code than with the statistical aspects of their project. Therefore, this book provides basic instruction in R, and does not deal with statistics. However, if you wish to learn both R and statistics, this book provides a basic knowledge of R that will aid in mastering the statistical tools available in the program.
1.2 Downloading and Installing R
We now discuss acquiring and installing R. If you already have R on your computer, you can skip this section.
The starting point is the R website at ) shows several nice graphs as an appetiser, but the important feature is the CRAN link under Download . This cryptic notation stands for Comprehensive R Archive Network, and it allows selection of a regional computer network from which you can download R. There is a great deal of other relevant material on this site, but, for the moment, we only discuss how to obtain the R installation file and save it on your computer.
Fig 11 The R website homepage If you click on the CRAN link you will be - photo 1
Fig. 1.1
The R website homepage
If you click on the CRAN link, you will be shown a list of network servers all over the planet. Our nearest server is in Bristol, England. Selecting the Bristol server (or any of the others) gives the webpage shown in Fig. ) that allows us to choose between the base installation file and contributed packages. We discuss packages later. For the moment, click on the link labelled base .
Fig 12 The R local server page Click the Linux MacOS X or Windows link to - photo 2
Fig. 1.2
The R local server page. Click the Linux, MacOS X, or Windows link to go to the window in Fig.
Fig 13 The webpage that allows a choice of downloading R base or contributed - photo 3
Fig. 1.3
The webpage that allows a choice of downloading R base or contributed packages
Clicking base produces the window (Fig. ) from which we can download R. Select the setup program R-2.7.1-win32.exe and download it to your computer. Note that the size of this file is 2530 Mb, not something you want to download over a telephone line. Newer versions of R will have a different designation and are likely to be larger.
Fig 14 The window that allows you to download the setup file - photo 4
Fig. 1.4
The window that allows you to download the setup file R-2.7.1-win32.exe . Note that this is the latest version at the time of writing, and you may see a more recent version
To install R, click the downloaded R-2.7.1-win32.exe file. The simplest procedure is to accept all default settings. Note that, depending on the computer settings, there may be issues with system administration privileges, firewalls, VISTA security settings, and so on. These are all computer- or network-specific problems and are not further discussed here. When you have installed R, you will have a blue desktop icon.
To upgrade an installed R program, you need to follow the downloading process described above. It is not a problem to have multiple R versions on your computer; they will be located in the same R directory with different subdirectories and will not influence one another. If you upgrade from an older R version, it is worthwhile to read the changes files. (Some of the information in the changes file may look intimidating, so do not pay much attention to it if you are a novice user.)
1.3 An Initial Impression
We now discuss opening the R program and performing some simple tasks. Startup of R depends upon how it is installed. If you have downloaded it from www.r-project.org and installed it on a standalone computer, R can be started by double-clicking the desktop shortcut icon or by going to Start- > Program- > R . On network computers with a preinstalled version, you may need to ask your system administrator where to find the shortcut to R.
The program will open with the window in Fig.. This is the starting point for all that is to come.
Fig 15 The R startup window It is also called the console or command window - photo 5
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «A Beginner’s Guide to R»

Look at similar books to A Beginner’s Guide to R. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «A Beginner’s Guide to R»

Discussion, reviews of the book A Beginner’s Guide to R and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.