Page 1 of 1

Use RStudio to complete. Please show code and result. https://otexts.com/fpp3/graphics-exercises.html Problem 5 a. Downl

Posted: Tue Sep 07, 2021 7:36 am
by answerhappygod
Use RStudio to complete. Please show code and result.
https://otexts.com/fpp3/graphics-exercises.html Problem 5
a. Download tourism.xlsx from https://bit.ly/fpptourism and read
it into R using readxl::read_excel().
b. Create a tsibble which is identical to the tourism tsibble from
the tsibble package.
c. Find what combination of Region and Purpose had the maximum
number of overnight trips on average.
d. Create a new tsibble which combines the Purposes and Regions,
and just has total trips by State.
Thanks in advance