Book Image

R Data Analysis Solutions - Machine Learning Techniques [Video]

By : Shanthi Viswanathan, Viswa Viswanathan
Book Image

R Data Analysis Solutions - Machine Learning Techniques [Video]

By: Shanthi Viswanathan, Viswa Viswanathan

Overview of this book

<p>Data analysis has recently emerged as a very important focus for a huge range of organizations and businesses. R makes detailed data analysis easier, making advanced data exploration and insight accessible to anyone interested in learning it. This video empowers you by showing you ways to use R to generate professional analysis reports. It provides examples for various important analysis and machine-learning tasks that you can try out with associated and readily available data. You will learn to carry out different tasks on the data to bring it into action.By the end of this course, you will be able to carry out different analyzing techniques, apply classification and regression, and also reduce data.</p> <h1>Style and Approach</h1> <p>This course follows a recipe-based approach. Here each video presents you with a step-by-step approach to performing many important data analytics tasks.</p>
Table of Contents (5 chapters)
Chapter 1
Acquire and Prepare the Ingredients – Your Data
Content Locked
Section 4
Reading Data from Fixed-Width Formatted Files, R Files, and R Libraries
In fixed-width formatted files, columns have fixed widths; if a data element does not use up the entire allotted column width, then the element is padded with spaces to make up the specified width also. During data analysis, you will create several R objects. - Download and store the student-fwf.txt file - Specify the width - Load the data from R files and libraries