blog.chapagain.com.np
R: Linear Regression - Predicting Future Data - Mukesh Chapagain Blog
FacebookTweetLinkedInPinPrintEmailShares This article shows how we can predict future data with Linear Regression using R programming language. Regression Analysis builds a relationship model between two variables. The general mathematical equation for linear regression is: y = ax + b where, y = response variable (value we need to find out using predictor variable) x = ... Read more
Mukesh Chapagain