Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
Beginning R: The Statistical Programming Language
Unavailable
Beginning R: The Statistical Programming Language
Unavailable
Beginning R: The Statistical Programming Language
Ebook508 pages9 hours

Beginning R: The Statistical Programming Language

Rating: 4.5 out of 5 stars

4.5/5

()

Currently unavailable

Currently unavailable

About this ebook

Conquer the complexities of this open source statistical language

R is fast becoming the de facto standard for statistical computing and analysis in science, business, engineering, and related fields. This book examines this complex language using simple statistical examples, showing how R operates in a user-friendly context. Both students and workers in fields that require extensive statistical analysis will find this book helpful as they learn to use R for simple summary statistics, hypothesis testing, creating graphs, regression, and much more. It covers formula notation, complex statistics, manipulating data and extracting components, and rudimentary programming.

  • R, the open source statistical language increasingly used to handle statistics and produces publication-quality graphs, is notoriously complex
  • This book makes R easier to understand through the use of simple statistical examples, teaching the necessary elements in the context in which R is actually used
  • Covers getting started with R and using it for simple summary statistics, hypothesis testing, and graphs
  • Shows how to use R for formula notation, complex statistics, manipulating data, extracting components, and regression
  • Provides beginning programming instruction for those who want to write their own scripts

Beginning R offers anyone who needs to perform statistical analysis the information necessary to use R with confidence.

LanguageEnglish
PublisherWiley
Release dateMay 22, 2012
ISBN9781118226162
Unavailable
Beginning R: The Statistical Programming Language
Author

Mark Gardener

Mark Gardener began his career as an optician but returned to science and trained as an ecologist. His research is in the area of pollination ecology. He has worked extensively in the UK as well as Australia and the United States. Currently he works as an associate lecturer for the Open University and also runs courses in data analysis for ecology and environmental science.

Read more from Mark Gardener

Related to Beginning R

Applications & Software For You

View More

Reviews for Beginning R

Rating: 4.625 out of 5 stars
4.5/5

4 ratings1 review

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 5 out of 5 stars
    5/5
    Beginning R is a very good book to learn R. It does one thing and one thing very well - how to do data analysis in R. You need some mathematics and statistics background understand why you are doing ANOVA, for example, and how to interpret its results. But then again, expecting one book to do all is not realistic. The book promises to teach R and as mentioned above, it does it pretty well.I found the chapters on ANOVA, Regression, and graphs more informative when compared with other similar books.Most part of the book uses native functions of R. This simplifies the learning process and doesn't overwhelm the user with installation of the plethora of CRAN packages.I think this can be your first book on R and I for sure learned a few more things in R.