BalajiN743 / Multi-Linear-Regression-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Linear-Regression with corolla and startups dataset

Consider only the below columns and prepare a prediction model for predicting Price.

Corolla<-Corolla[c("Price","Age_08_04","KM","HP","cc","Doors","Gears","Quarterly_Tax","Weight")]

Prepare a prediction model for profit of 50_startups data. Do transformations for getting better predictions of profit and make a table containing R^2 value for each prepared model.