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 3
Statistical Summaries of Data
Large data sets can be difficult to understand at a glance. This video aims to explain how to apply a range of statistical summary functions to condense key statistical properties from dataset variables. - Apply the summary() and table() functions - Apply the min(), max(), range(), and unique() functions - Apply the mean(), median(), and sd() functions