Assignment 2
Assignment 2
This dataset contains 1997 records of second hand cars that were been sold. You have to use at least
one factor variable. The aim of the exercise is to model the sale price of second-hand cars using this
available data.
Grades will be based on how well the model can predict the sale price.
1. Among the seller types are Individuals and Corporate, How many of each type are there in
the dataset?
2. Remove the Corporate seller data from the dataset before doing the regression.
3. Write down the final regression equation
4. Interpret the regression coefficients in terms of their importance in the model. Interpret the
factor variable(s) coefficient(s)
5. How good is the overall model fitment – the final p-value
6. Did you refine this model? If so, explain using R commands how good is the final model
compared to the earlier model(s)