MATH 1115InstructionsThis is a selection of questions taken from a past exam paper. Answers are not provided by default but can be demonstrated by a tutor. Getting started
Writing your answers
Submission
AcknowledgementPlease acknowledge that you have read the instructions above by replacing I have acknowledged the instructions in this file. My SID is: XXXXXXXXXX Briefing on DataThe given file,
The source of the data is the 1995 U.S. News & World Report's Guide to America's Best Colleges. This dataset may be obtained from the StatLib Library at Carnegie Mellon University, http://lib.stat.cmu.edu/datasets/ The given file, Research TaskHoachen, your boss, is interested in understanding trends in the living expenses of university students in 1993, as a comparison to current reports. Your task is to help Haochen analyse the The code chunk below will load the tidyverse for you. Initial data analysisRead Question 1: Write a short paragraph on at least one limitation and at least one ethical consideration associated with this data. Question 2: Provide both a numerical summary and graphical summary for the variable "Books". Write a short paragraph on your findings for both the numerical summary and the graphical summary. Question 3: For each of the variables "Private" and "RoomBoard", provide a graphical summary using ggplot. Write a short paragraph summarising your findings. (Answer) Simple linear regressionResearch Question: Haochen claims that there is a positive linear relationship between the number of applications received and the number of applications accepted. Evaluate the evidence in favour of this claim by performing a simple linear regression. (Answer) Chi-squared testResearch Question: It is claimed that, on average, Chatham College and Lesley College have equal numbers of new enrolments every year, while Stephens College has twice as many yearly enrolments as the two other colleges. Perform a chi-squared test with to determine the statistical significance of any evidence against this claim. In your answer, use H A T P C.(Answer) T-testIn general, were the cost of books more expensive in private colleges compared to non-private colleges?
(Answer) Data wranglingDocument the code below using comments (i.e. #) and explain what each line is doing. You may add comments above or beside each line. EndThis is the end of the exam. |