Question

Consider the following quarterly time series. ​ Quarter Year 1 Year 2 Year 3 1 923...

Consider the following quarterly time series.

Quarter

Year 1

Year 2

Year 3

1

923

1,112

1,243

2

1,056

1,156

1,301

3

1,124

1,124

1,254

4

992

1,078

1,198

Use a multiple regression model with dummy variables for quarters 1, 2, and 3 and a time variable. What is your forecast for year 4 quarter 1? Round your answer to one decimal place.

Homework Answers

Answer #1

The forecasted value is 1317.9

The working the done using R, script can be found in the end.

The dummy variables are created and data has been organised as follows:

Q1 = 1 ; Quarter 1

0 ; otherwise

Similarly Q2 & Q3 are created.

Data:

R Script:
> model = lm( Value ~ Year+Q1+Q2+Q3, data = timeseries )
> model

Call:
lm(formula = Value ~ Year + Q1 + Q2 + Q3, data = timeseries)

Coefficients:
(Intercept) Year Q1 Q2 Q3  
864.083 112.625 3.333 81.667 78.000  

> newdata = data.frame(Year=4, Q1=1 , Q2=0, Q3=0)
> newdata
Year Q1 Q2 Q3
1 4 1 0 0
> predict(model,newdata)
1
1317.917
> round(predict(model,newdata),1)
1
1317.9

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Consider the following time series. Quarter Year 1 Year 2 Year 3 1 71 68 62...
Consider the following time series. Quarter Year 1 Year 2 Year 3 1 71 68 62 2 49 41 51 3 57 59 52 4 78 81 72 (a) Use the following dummy variables to develop an estimated regression equation to account for seasonal effects in the data: x1 = 1 if quarter 1, 0 otherwise; x2 = 1 if quarter 2, 0 otherwise; x3 = 1 if quarter 3, 0 otherwise. = _____?______ (b) Compute the quarterly forecasts for...
Consider the following time series data. Quarter Year 1 Year 2 Year 3 1 4 6...
Consider the following time series data. Quarter Year 1 Year 2 Year 3 1 4 6 7 2 2 3 6 3 3 5 6 4 5 7 8 Use a multiple regression model with dummy variables as follows to develop an equation to account for seasonal effects in the data. Qtr1 = 1 if Quarter 1, 0 otherwise; Qtr2 = 1 if Quarter 2, 0 otherwise; Qtr3 = 1 if Quarter 3, 0 otherwise. If required, round your answers...
Consider the following time series. Quarter Year 1 Year 2 Year 3 1 71 68 62...
Consider the following time series. Quarter Year 1 Year 2 Year 3 1 71 68 62 2 48 40 50 3 59 61 54 4 78 81 72 (a) Construct a time series plot. What type of pattern exists in the data? a)The time series plot shows a horizontal pattern, but there is also a seasonal pattern in the data. b)The time series plot shows a horizontal pattern with no seasonal pattern present.     c)The time series plot shows a trend...
Consider the following time series. Quarter Year 1 Year 2 Year 3 1 71 68 62...
Consider the following time series. Quarter Year 1 Year 2 Year 3 1 71 68 62 2 50 42 52 3 59 61 54 4 78 81 72 (a) Construct a time series plot.    What type of pattern exists in the data? The time series plot shows a horizontal pattern, but there is also a seasonal pattern in the data. The time series plot shows a trend pattern, but there is also a seasonal pattern in the data.     The...
Consider the following time series data (Insert the data in an Excel file): Quarter Year 1...
Consider the following time series data (Insert the data in an Excel file): Quarter Year 1 Year 2 Year 3 1 8 9 12 2 5 6 9 3 7 8 10 4 8 11 11 2.1. Construct a time series plot. What type of pattern exists in the data? 2.2. Use a multiple regression model with dummy variables as follows to develop an equation to account for seasonal effects in the data. Qtr1=1 if quarter 1, 0 otherwise; Qtr2=1...
A statistical program is recommended. Consider the following time series. Quarter Year 1 Year 2 Year...
A statistical program is recommended. Consider the following time series. Quarter Year 1 Year 2 Year 3 1 72 69 63 2 49 41 51 3 58 60 53 4 77 80 71 (a) Construct a time series plot. A time series plot contains a series of 12 points connected by line segments. The horizontal axis is labeled: Year/Quarter. There are 12 tick marks on the horizontal axis which have been divided up into 3 groups of 4 tick marks....
Consider the following time series data. Quarter Year 1 Year 2 Year 3 1 2 4...
Consider the following time series data. Quarter Year 1 Year 2 Year 3 1 2 4 5 2 4 5 8 3 1 3 4 4 7 9 10 (a) Choose the correct time series plot. (i) (ii) (iii) (iv) - Select your answer -Plot (i)Plot (ii)Plot (iii)Plot (iv)Item 1 What type of pattern exists in the data? - Select your answer -Positive trend pattern, no seasonalityHorizontal pattern, no seasonalityNegative trend pattern, no seasonalityPositive trend pattern, with seasonalityHorizontal pattern, with...
Consider the following time series data. Quarter Year 1 Year 2 Year 3 1 5 8...
Consider the following time series data. Quarter Year 1 Year 2 Year 3 1 5 8 10 2 2 4 8 3 1 4 6 4 3 6 8 (b) Use a multiple regression model with dummy variables as follows to develop an equation to account for seasonal effects in the data. Qtr1 = 1 if Quarter 1, 0 otherwise; Qtr2 = 1 if Quarter 2, 0 otherwise; Qtr3 = 1 if Quarter 3, 0 otherwise. If required, round your...
Consider the following time series data. Quarter Year 1 Year 2 Year 3 1 2 5...
Consider the following time series data. Quarter Year 1 Year 2 Year 3 1 2 5 7 2 0 2 6 3 5 8 10 4 5 8 10 (a) Choose the correct time series plot. (i) (ii) (iii) (iv) Plot (iii)- Select your answer -Plot (i)Plot (ii)Plot (iii)Plot (iv)Item 1 What type of pattern exists in the data? Positive trend pattern, no seasonality- Select your answer -Positive trend pattern, no seasonalityHorizontal pattern, no seasonalityNegative trend pattern, no seasonalityPositive trend...
Year Quarter Sales ($000) 2015 1 $400 2015 2 2,000 2015 3 3,500 2015 4 260...
Year Quarter Sales ($000) 2015 1 $400 2015 2 2,000 2015 3 3,500 2015 4 260 2016 1 740 2016 2 2,720 2016 3 4,900 2016 4 520 2017 1 1,500 2017 2 3,100 2017 3 6,520 2017 4 960 2018 1 1,840 2018 2 4,040 2018 3 7,680 2018 4 1,640 2019 1 3,520 2019 2 5,640 2019 3 8,900 2019 4 3,620 Problem 2 House Depot’s quarterly sales of a lawn, landscaping, and gardening items – like lawnmowers,...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT