Statistical Analysis and Modeling in R: Performing Regression Analysis
R Programming 4.0+
| Expert
- 9 videos | 1h 23s
- Includes Assessment
- Earns a Badge
Regression models are used to predict continuous values and are some of the most commonly used machine learning models. Use this course to grasp what exactly machine learning (ML) algorithms are and how you can use ML models to predict outcomes based on input data. Learn how regression models work, train them, and evaluate regression results using metrics such as R2 and RMSE. Perform regression analysis in R using the ordinary least squares regression. Build models using simple and multiple regression and train a regression model using cross-validation. Upon completing this course, you'll be able to perform regression to predict continuous values and evaluate these models using metrics such as the R2 and adjusted R2.
WHAT YOU WILL LEARN
-
discover the key concepts covered in this courserecall the basic characteristics of machine learning modelsexamine how to fit a straight line on data to build a regression model and evaluate the modelidentify and visualize the relationships in dataperform simple linear regression with a single predictor
-
perform multiple regression using multiple predictorsapply the regression model to get predictions for test databuild a regression model using cross-validationsummarize the key concepts covered in this course
IN THIS COURSE
-
2m 1sIn this video, you’ll learn more about your instructor and this course. You’ll learn about machine learning algorithms and how machine learning models are used to predict outcomes based on input data once they've been… FREE ACCESS
-
9m 11sIn this video, you’ll learn more about machine learning. Machine learning is when algorithms learn from your data, allowing those algorithms to make predictions. Machine learning algorithms are algorithms that… FREE ACCESS
-
10m 42sIn this video, you’ll learn more about regression. Regression algorithms allow you to predict a continuous outcome variable or target based on the value of predictor variables. Your x variables or features are the… FREE ACCESS
-
10m 1sIn this video, you’ll watch a demo. In this demo, you’ll learn how to perform linear regression on your data. You'll fit a regression model using ordinary least squares regression. First, you’ll view the data you’ll… FREE ACCESS
-
8m 43sIn this video, you’ll watch a demo. In this demo, you’ll fit a regression model. First, you’ll need to split the data into training data and test data. You’ll do that using a function available in the caTools package.… FREE ACCESS
-
10m 7sIn this video, you’ll watch a demo. In this demo, you’ll see how to use the lm function to perform multiple regression. Multiple regression is when you have multiple predictors to predict the target variable. You can… FREE ACCESS
-
3m 12sIn this video, you’ll watch a demo. In this demo, you’ll use your fully trained regression model for prediction on the test data. You’ll perform this prediction by invoking the predict function. First, in R, you’ll pass… FREE ACCESS
-
4m 22sIn this video, you’ll watch a demo. In this demo, you'll see how to use cross-validation to train and evaluate your linear regression model. You’ll see cross-validation is a technique where you train your model on a… FREE ACCESS
-
2m 5sIn this video, you’ll summarize what you’ve learned in the course. You learned the basics of linear regression and how to perform regression and interpret the results of regression. You learned machine learning algorithms… FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.