—
title: “UNSW ECON2209 Assessment n Problem Set 1”
author: “Name: [Type your name here]; Student ID: [Type your student ID here>]”
output:
word_document: default
font: 12pt
—
“`{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, cache=FALSE, warning=FALSE, message=FALSE, fig.width = 6.5)
library(fpp3)
library(readabs)
“`
## Task a.
> What combination of `state` and `industry` had the maximum average index of jobs from Week 11 of 2020 until the end of the data period?
## Solution
[Insert your R code for doing this task in the following “chunk”]
“`{r}
“`
[Provide your interpretation here]
## Task b.
> Describe the characteristics of the data in the plots (for example, any notable patterns and differences between states).
## Solution
[Insert your R code for this task in the following “chunk”]
“`{r}
“`
[Provide your description here]
use this to create a markdown file and use r programming data model visualization tool to answer the questions below

Leave a Reply
You must be logged in to post a comment.