Hello,
I am trying to make an Arima Model to predict how many positive cases will occur the next week based on all previous number of labs performed in previous weeks Example:
Week_Start Labs_Performed Number_of_Positive_Cases
11/04/2018. 230 31
11/11/2018. 260 45
There is about 6 months worth of data but all put into a weekly format. How do I make an arima model to accomplish this. Thank you for any help you can give!