The Book of R: A First Course in Programming and Statistics

The Book of R: A First Course in Programming and Statistics
ISBN-10
1593277792
ISBN-13
9781593277796
Category
Computers
Pages
832
Language
English
Published
2016-07-16
Publisher
No Starch Press
Author
Tilman M. Davies

Description

The Book of R is a comprehensive, beginner-friendly guide to R, the world’s most popular programming language for statistical analysis. Even if you have no programming experience and little more than a grounding in the basics of mathematics, you’ll find everything you need to begin using R effectively for statistical analysis. You’ll start with the basics, like how to handle data and write simple programs, before moving on to more advanced topics, like producing statistical summaries of your data and performing statistical tests and modeling. You’ll even learn how to create impressive data visualizations with R’s basic graphics tools and contributed packages, like ggplot2 and ggvis, as well as interactive 3D visualizations using the rgl package. Dozens of hands-on exercises (with downloadable solutions) take you from theory to practice, as you learn: –The fundamentals of programming in R, including how to write data frames, create functions, and use variables, statements, and loops –Statistical concepts like exploratory data analysis, probabilities, hypothesis tests, and regression modeling, and how to execute them in R –How to access R’s thousands of functions, libraries, and data sets –How to draw valid and useful conclusions from your data –How to create publication-quality graphics of your results Combining detailed explanations with real-world examples and exercises, this book will provide you with a solid understanding of both statistics and the depth of R’s functionality. Make The Book of R your doorway into the growing world of data analysis.

Other editions

Similar books

  • R for Data Science: Import, Tidy, Transform, Visualize, and Model Data
    By Hadley Wickham, Garrett Grolemund

    Learn how to use R to turn raw data into insight, knowledge, and understanding. This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun.

  • The R Book
    By Michael J. Crawley

    The R Book is aimed at undergraduates, postgraduates andprofessionals in science, engineering and medicine. It is alsoideal for students and professionals in statistics, economics,geography and the social sciences.

  • The Art of R Programming: A Tour of Statistical Software Design
    By Norman Matloff

    The Art of R Programming takes you on a guided tour of software development with R, from basic types and data structures to advanced topics like closures, recursion, and anonymous functions.

  • Modern Statistics with R: From wrangling and exploring data to inference and predictive modelling
    By Måns Thulin

    The book includes more than 200 exercises with fully worked solutions. Some familiarity with basic statistical concepts, such as linear regression, is assumed. No previous programming experience is needed.

  • R in Action: Data analysis and graphics with R
    By Robert I. Kabacoff

    or one-tailed test ("two.side", "less", or "greater"), and method specifies the type of correlation ("pearson", "kendall", or "spearman") to compute. Use alternative ="less" when the research hypothesis is that the population ...

  • Advanced R
    By Hadley Wickham

    You will learn: The fundamentals of R, including standard data types and functions Functional programming as a useful framework for solving wide classes of problems The positives and negatives of metaprogramming How to write fast, memory ...

  • R by Example
    By Jim Albert, Maria Rizzo

    random.streak=function(y){ mixed.up.y = sample(y) longest.streak(mixed.up.y) } We use the replicate function to repeat this simulation in random.streak 10,000 times using Utley's hitting sequence. We store the longest hitting streaks in ...

  • Introductory Statistics with R
    By Peter Dalgaard

    Cox, D. R. and Oakes, D. (1984), Analysis of Survival Data, Chapman & Hall, London. Everitt, B. S. (1994), A Handbook of Statistical Analyses Using S-PLUS, Chapman & Hall, London. Hájek, J., Šidák, Z., and Sen, P. K. (1999), ...

  • The Big R-Book: From Data Science to Learning Machines and Big Data
    By Philippe J. S. De Brouwer

    Introduces professionals and scientists to statistics and machine learning using the programming language R Written by and for practitioners, this book provides an overall introduction to R, focusing on tools and methods commonly used in ...

  • Learning R: A Step-by-Step Function Guide to Data Analysis
    By Richard Cotton

    With the tutorials in this hands-on guide, youâ??ll learn how to use the essential R tools you need to know to analyze data, including data types and programming concepts.