Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Regression Analysis with R

You're reading from   Regression Analysis with R Design and develop statistical nodes to identify unique relationships within data at scale

Arrow left icon
Product type Paperback
Published in Jan 2018
Publisher Packt
ISBN-13 9781788627306
Length 422 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Giuseppe Ciaburro Giuseppe Ciaburro
Author Profile Icon Giuseppe Ciaburro
Giuseppe Ciaburro
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Getting Started with Regression 2. Basic Concepts – Simple Linear Regression FREE CHAPTER 3. More Than Just One Predictor – MLR 4. When the Response Falls into Two Categories – Logistic Regression 5. Data Preparation Using R Tools 6. Avoiding Overfitting Problems - Achieving Generalization 7. Going Further with Regression Models 8. Beyond Linearity – When Curving Is Much Better 9. Regression Analysis in Practice 10. Other Books You May Enjoy

Preface

Regression analysis is a statistical process that enables predictions of relationships between variables. The predictions are based on the effect of one variable on another. Regression techniques for modeling and analyzing are employed on large sets of data in order to reveal hidden relationships among the variables.

This book will give you a rundown of regression analysis and will explain the process from scratch. The first few chapters explain what the different types of learning are—supervised and unsupervised—and how they differ from each other. We then move on to cover supervised learning in detail, covering the various aspects of regression analysis. The chapters are arranged in such a way that they give a feel of all the steps covered in a data science process: loading the training dataset, handling missing values, EDA on the dataset, transformations and feature engineering, model building, assessing the model fitting and performance, and finally making predictions on unseen datasets. Each chapter starts with explaining the theoretical concepts, and once the reader gets comfortable with the theory, we move to the practical examples to support their understanding. The practical examples are illustrated using R code, including different packages in R such as R stats and caret. Each chapter is a mix of theory and practical examples.

By the end of this book, you will know all the concepts and pain points related to regression analysis, and you will be able to implement what you have learnt in your projects.

lock icon The rest of the chapter is locked
Next Section arrow right
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime