Book Image

Learn R programming [Video]

By : David Wilkins
Book Image

Learn R programming [Video]

By: David Wilkins

Overview of this book

R is a high-level statistical language and is widely used among statisticians and data miners to develop statistical applications. This solution-based video will be your guide, taking you through different programming aspects with R. Beginning with the basics of R programming, this video provides step-by-step resources and time-saving methods to help you solve programming problems efficiently. Starting with the installation of R, each recipe addresses a specific problem with a discussion that explains the solution and offers insight into how it works. You will learn to work with powerful R tools and techniques. You’ll be able to boost your productivity with the most popular R packages and tackle data structures such as matrices, lists, and factors. You’ll see how to create vectors, handle variables, and perform other core functions. You’ll be able to tackle issues with data input/output and will learn to work with strings and dates. Moving forward, we’ll look into more advanced concepts such as metaprogramming with R and functional programming. Finally, you’ll learn to tackle issues while working with databases and data manipulation.
Table of Contents (4 chapters)
Chapter 4
Working with Data
Content Locked
Section 4
Statistical Tests on Data
Although there are hundreds of statistical tests that can be performed in R, many of them are applied according to a similar pattern. In this video, we will learn how to perform three common statistical tests in two different ways. - Perform a test with vector arguments and with formulas - Perform a Mann-Whitney test with vector arguments and with formulas - Calculate a Spearman rank correlation between variables