Starting from:
$35

$29

Project 1 Solution

Instruction: This project is to analyze a dataset, from start to nish, based on the simple linear regression model. It is an individual project. Students could discuss with each other to get better understanding of the project. Copying solutions or computing codes from other students or other sources is plagiarism. At a minimum, all students involved will receive a 0 on this project for any type of academic dishonesty.




R codes: Attach the entire R codes you used to analyze the data at the end of the report.




Data description: The data in the le \UN.txt" contains PPgdp, the 2001 gross national product per person in US dollars, and Fertility, the birth rate per 1000 femals in the population in the year 2000. The data are for 184 localities, mostly UN member countries, but also other areas such as Hong Kong that are not independent countries. In this problem, we study the relationship between Fertility and PPgdp.




Data visualization and pre-processing.




Draw the scatterplot of Fertility on the vertical axis versus PPgdp on the horizontal axis and summarize the information in this graph. Does a simple linear regression model seem to be a plausible for a summary of this graph?



In order to get a better t, we seek to transform the variables. What transformations you would take so that a simple linear regression model is proper? State why you choose these transformations. Draw the scatter plot of the transformed variables. Comment on the plot.



Model tting and diagnostic.




Fit the simple linear model on the transformed data through three ways. Report the least square estimates for the coe cients and R2. Add the tted line to the scatter plot on the transformed data and comment on the t.



Plain coding (not using the ‘lm’ function or matrix manipulation)



Using the ‘lm’ function



Through matrix manipulation



Draw the diagnostic plots and comment.



Making inferences based on the model.




Test whether there is a linear relationship between the transformed variables at 0.05 signi - cance level.



Provide a 99% con dence interval on the expected Fertility for a region with PPgdp 20,000 US dollars in 2001.



Provide a 95% con dence band for the relation between the expected Fertility and PPgdp. Add the bands to the scatter plot of the original data.



1



Assuming that the same relationship between Fertility and PPgdp holds, give a 99% prediction interval on Fertility for a region with PPgdp 25,000 US dollars in 20181.



Based on the diagnostic plots in Part 4, do you have any concern on the above hypothesis testing and inferences? If so, what are the concerns?





































































































































































In reality, we would need to consider in ation, but we simplify the problem here.



2

More products