Day: February 23, 2019

Linear Regression in R using Principal Component Regression

Linear Regression in R using Principal Component Regression Linear regression is a statistical method that helps to understand the relationship between a dependent variable and one or more independent variables. It is represented by an equation in the form of Y = a + bX, where Y is the dependent variable, X is the independent …

Linear Regression in R using Stepwise Regression

Linear Regression in R using Stepwise Regression Linear Regression is a statistical method that helps to understand the relationship between a dependent variable and one or more independent variables. It is represented by an equation in the form of Y = a + bX, where Y is the dependent variable, X is the independent variable, …