Question
It's R questions I need R codes ### 3. Use the canadian_gas data (monthly Canadian gas production in billions of cubic metres, January 1960 February
It's R questions I need R codes ### 3. Use the canadian_gas data (monthly Canadian gas production in billions of cubic metres, January 1960 February 2005).
#### 3a. Plot the data using autoplot(), gg_subseries() , gg_season() to look at the effect of the changing seasonality over time. Describe the graphs in your own words. What do you see? What type pf pattern do you observe?
```{r}
# 3a.Answer:
```
#### 3b. Do an STL decomposition of the data. You will need to choose a seasonal window to allow for the changing shape of the seasonal component.
```{r}
# 3b.Answer:
```
#### 3c. How does the seasonal shape change over time? [Hint: Try plotting the seasonal component using gg_season().] ```{r}
# 3c.Answer:
```
#### 3d. produce a plausible seasonally adjusted series? What are these numbers, plot the series. ```{r}
# 3d.Answer:
```
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started