Book Image

Fundamentals of R Programming and Statistical Analysis [Video]

By : Radia Johnson
Book Image

Fundamentals of R Programming and Statistical Analysis [Video]

By: Radia Johnson

Overview of this book

<p>The R language is widely used among statisticians and data miners to develop statistical software and data analysis.</p> <p>In this course, we’ll start by diving into the different types of R data structures and you’ll learn how the R programming language handles data. Then we’ll look in-depth at manipulating different datasets in R. After that, we’ll dive into data visualization with R, using basic plots, heat maps, and networks. We’ll explore the different flow control loops of the R programming language, and you’ll learn how to debug your code.</p> <p>In the second half of the course, you’ll get hands-on working with the various statistical methods in R programming. You’ll find out how to work with different probability distributions, various types of hypothesis testing, and statistical analysis with the R programming language.</p> <p>By the end of this video course, you will be well-versed in the basics of R programming and the various concepts of statistical data analysis with R.</p> <h1>Style and Approach</h1> <p>This fast-paced, practical guide is filled with real-world examples that will take you on a journey through the various concepts and phases of statistical analysis using the R programming language.</p>
Table of Contents (6 chapters)
Chapter 1
R Data Structures
Content Locked
Section 4
Working with Multidimensional Arrays and Matrices
Learn how to create and retrieve information stored in multidimensional arrays and matrices. - Learn how to create arrays and matrices - Know how to retrieve information stored in arrays and matrices by index position - Learn how to retrieve useful information and properties of arrays and matrices using attributes