Assignments


Final: (due in Canvas by Friday March 10, 2023 or end of finals week.)

Do the following:


Homework06: (due in Canvas by Friday March 10, 2023 or end of finals week.)

Upload two files to Canvas. Your .pdf or .doc and your .qmd files. Do not upload a .zip file!

Do the following:


Homework05: (complete by Monday February 27, 2023)

Upload two files to Canvas. Your .pdf or .doc and your .qmd files. Do not upload a .zip file!

Do the following:


Install the COVID19 Data Hub R package. Select at least two countries to work with of interest to you and make forecasts of the number of cases for the next 12 months.

Build the following models:

In your Quarto Notebook show the the fitted values on a time plot and show your forecasts with errors.

These lines of R code cannot be copied into an R notebook. Something happens to the quotes and that problem causes the code to fail to run.

covid_data <- covid19(c(“United States”))

covid_data <- covid_data %>% as_tsibble(key = “id”, index = “date”)

You can type these lines of code directly or you can use the following Quarto Project to get started.



Quiz01: (due in Canvas by Monday February 20, 2023)


Homework04: (complete by Monday February 20, 2023)

Upload two files to Canvas. Your .pdf or .doc and your .qmd files. Do not upload a .zip file!

Do the following:


Homework03: (complete by Monday February 13, 2023)

Upload two files to Canvas. Your .pdf or .doc and your .qmd files. Do not upload a .zip file!

Do the following:


Homework02: (complete by Monday February 6, 2023)

Upload two files to Canvas. Your .pdf or .doc and your .qmd files. Do not upload a .zip file!

Do the following:


Homework01: (complete by Monday January 30, 2023)

Using the provided R Project, rename the file lastname_firstname_Stat674_Homework01.qmd using your own last name and first name in the filename.

Upload two files to Canvas. Your .pdf or .doc and your .qmd files. Do not upload a .zip file!

Do the following: