1. Homepage
  2. Programming
  3. STAT5002 Introduction to Statistics Assignment: Housing Price Analysis

STAT5002 Introduction to Statistics Assignment: Housing Price Analysis

Engage in a Conversation
SydneySTAT5002Introduction to StatisticsHousing Price AnalysisR

STAT5002 Assignment CourseNana.COM

Steph Stammel 2024-05-03 CourseNana.COM

This assignment is due May 31 at 23:59. You will upload a .pdf document that is a rendered .Rmd file. The total marks assigned to this assessment is 8% of your total grade. The marks assigned to each part of CourseNana.COM

the assignment are displayed below. CourseNana.COM

This assignment uses assignment-data.csv. It shows the year-on-year percentage changes in residential house pricing in different countries over time. You can find the original data here. CourseNana.COM

Part 1: Choose a single country (40% of grade) Part 1a (10 marks) CourseNana.COM

Using the data provided, choose one country and create an informative chart describing housing prices. You may choose the time period to draw data from as well as the country. CourseNana.COM

You may explain the chart in no more than five sentences. What does it mean? What story does it tell about your chosen country and residential price? CourseNana.COM

Part 1b (10 marks) CourseNana.COM

Calculate the correlation coefficient between your chosen country and time. CourseNana.COM

Please interpret this correlation coefficient and explain its meaning, considering your answer to the previous question. CourseNana.COM

Is there a true relationship, or could something else be creating the appearance of a relationship? What do you think? CourseNana.COM

Part 1c (5 marks) CourseNana.COM

Create a model predicting residential housing price growth for your country over time. The only exogenous variable you should use is time. CourseNana.COM

Please show your model in a neat, readable way. Calculate the AIC, BIC and R2 of this model. CourseNana.COM

Part 1d (10 marks) CourseNana.COM

Create another model, this time using ln(time) as a variable instead of time. Please show your model in a neat, readable way. CourseNana.COM

For both models please provide a prediction of residential house price growth in 2025. What do you think about the quality of these forecasts? CourseNana.COM

Part 1e (5 marks) CourseNana.COM

Plot the historic data and model predictions for each model annually for the next 5 quarters Compare them to the historic data, what do you think of each of the model’s forecast? CourseNana.COM

Part 2: International analysis (30% of grade) Part 2a (10 marks) CourseNana.COM

Create an informative chart (or charts) that describes the change in residential house prices for three countries of your choice. You may choose the time period to draw data from as well as the countries. CourseNana.COM

You may explain the chart in no more than five sentences. What does it mean? What story does it tell about your chosen countries and residential price? CourseNana.COM

Part 2b (10 marks) CourseNana.COM

Using the three countries you chose above, calculate the correlation coefficients for each combination of countries. CourseNana.COM

Are these correlations strong or weak? Why do you think this is so? CourseNana.COM

Add a new set of correlations: each country’s change in residential price with time. Is this correlation strong or weak? Why do you think this is so? CourseNana.COM

Part 2c (10 marks) CourseNana.COM

Create a model that predicts the change in residential prices between your first chosen country, using your second and third countries and time. CourseNana.COM

You may use any form of model you wish. Please present the output of the model in a neat informative way CourseNana.COM

Part 2d (10 marks) CourseNana.COM

Considering the model calculated in part 2c: CourseNana.COM

What do you notice about the significance of the coefficients on country variables? Why do you think this is? CourseNana.COM

What do you notice about the significance of the coefficient of time? What do you think this means? CourseNana.COM

What does this mean for the correlation coefficients you calculated in the last part? CourseNana.COM

Describe the similarities and differences between each country’s changes in residential house price. You may include charts for explanation if you wish. CourseNana.COM

Part 3: Thinking about our models (30% of grade) CourseNana.COM

You may choose either of the two models you have calculated in previous parts for this question. CourseNana.COM

Part 3a (10 marks) CourseNana.COM

Describe potential flaws in your model, how could you test or look for them? CourseNana.COM

Part 3b (10 marks) CourseNana.COM

Implement the tests and measures you suggested above and interpret them. Please provide your results and conclusions neatly and concisely. CourseNana.COM

Part 3c (10 marks) CourseNana.COM

What are the consequences of the outcomes from part 3b on your model? CourseNana.COM

Appendix: resources and instructions to help you create a great assignment! CourseNana.COM

General CourseNana.COM

  • You need not display your code CourseNana.COM

  • The assignment should be no more than ten pages long, including any graphics or tables CourseNana.COM

  • In this assignment, answers can be presented visually, in text or in a combination of both. As long as it CourseNana.COM

    is informative, you may choose any combination. CourseNana.COM

  • A really good chart is worth more marks than a poorly written paragraph CourseNana.COM

  • Any chart presented in the assignment should use at least 11 point font CourseNana.COM

  • You should consider that charts that are too small are not informative and budget for the size of the CourseNana.COM

    charts required to be informative CourseNana.COM

  • You should not print out the data or any unnecessary output CourseNana.COM

  • Assignments that are longer than the page limit will be penalised CourseNana.COM

  • You should not require the full page count to get an excellent mark. More words are not necessarily CourseNana.COM

    better! CourseNana.COM

    Data visulisation: CourseNana.COM

    An excellent response to a data visualisation question will have: CourseNana.COM

    A clear and informative chart that explains the key points.
    All labels, titles and captions will be informative and present as required. The chart will be of appropriate size to enable easy reading of the material. See below for some resources. CourseNana.COM

    Books CourseNana.COM

    “The Visual Display of Quantitative Information” by Edward Tufte
    “Storytelling with Data: A Data Visualization Guide for Business Professionals” by Cole Nussbaumer Knaflic “Data Points: Visualization That Means Something” by Nathan Yau
    CourseNana.COM

    Websites that might give you some ideas CourseNana.COM

    Flowing Data
    Information is beautiful
    Visualising data
    Storytelling with Data - Youtube Channel Data visualisation checklist
    CourseNana.COM

CourseNana.COM

More reading on linear regression CourseNana.COM

Learning R with Statistics by Danielle Navarro, especially Chapter 15. CourseNana.COM

R Markdown CourseNana.COM

You DO NOT have to prepare this assignment in Rmarkdown. You may use any software you wish, as long as the assignment is readable and neat. CourseNana.COM

Some people may choose to use Rmarkdown, however. If so: Rmarkdown cookbook CourseNana.COM

Making your model outputs neat and tidy CourseNana.COM

broom CourseNana.COM

Hints and tips for this assignment CourseNana.COM

  • More words is not going to mean higher marks. Answers should be provided succinctly. If you have a choice between answering in one sentence or five - choose one sentence CourseNana.COM

  • No answer should take more than 1 paragraph to write (maybe 2 at the outside) CourseNana.COM

  • Many of you are doing this course in a language that is not your native language. You’re much cleverer CourseNana.COM

    than I am! CourseNana.COM

  • This assignment does not require perfect English to get good marks CourseNana.COM

  • If you do not feel confident in your writing skills, you may answer in bullet points instead CourseNana.COM

  • As long as your answers are clear and understandable, this is fine CourseNana.COM

  • Imperfect grammar with clear and correct answers will not be penalised CourseNana.COM

    Some writing and presentation conventions CourseNana.COM

  • In business, few decimal points are included, but in academia, many. I aim for 2 or less in business writing and about 4 in academia. For this assignment, I recommend using 2 decimal places CourseNana.COM

  • For students learning to write formally for the first time (I did not start this until I was a Ph.D. student), using present tense is often a good choice for clarity of discussion CourseNana.COM

  • Many people write sentences or bullet points that are too long. You can test this by reading your sentence or bullet point out loud. If you have to take a breath before you are finished, it is too long! Other things to be observant of is multiple clauses (use of , :, ; and parentheses) in a sentence. This is another indication it may be too long CourseNana.COM

  • Your charts should be quite large - this is why the page limit is long, even if I only expect a few sentences for most questions CourseNana.COM

  • I find that half a page is a good choice for size of charts CourseNana.COM

Get in Touch with Our Experts

WeChat (微信) WeChat (微信)
Whatsapp WhatsApp
Sydney代写,STAT5002代写,Introduction to Statistics代写,Housing Price Analysis代写,R代写,Sydney代编,STAT5002代编,Introduction to Statistics代编,Housing Price Analysis代编,R代编,Sydney代考,STAT5002代考,Introduction to Statistics代考,Housing Price Analysis代考,R代考,Sydneyhelp,STAT5002help,Introduction to Statisticshelp,Housing Price Analysishelp,Rhelp,Sydney作业代写,STAT5002作业代写,Introduction to Statistics作业代写,Housing Price Analysis作业代写,R作业代写,Sydney编程代写,STAT5002编程代写,Introduction to Statistics编程代写,Housing Price Analysis编程代写,R编程代写,Sydneyprogramming help,STAT5002programming help,Introduction to Statisticsprogramming help,Housing Price Analysisprogramming help,Rprogramming help,Sydneyassignment help,STAT5002assignment help,Introduction to Statisticsassignment help,Housing Price Analysisassignment help,Rassignment help,Sydneysolution,STAT5002solution,Introduction to Statisticssolution,Housing Price Analysissolution,Rsolution,