Final answer:
To draw a time series plot for 'smallpox' disease and rates of all diseases in California using the 'us_contagious_diseases' dataset in R language.
Step-by-step explanation:
To draw a time series plot for the 'smallpox' disease using the dataset 'us_contagious_diseases' in R language, you can follow these steps:
- Load the dataset into R.
- Filter the dataset to include only the 'smallpox' disease and the years with at least 10 weeks of reported cases.
- Create a time series plot using the filtered data.
- Remove the years with missing data from the plot.
- Save the plot as a screenshot to submit.
For the second part of the question, to make a time series plot showing rates for all diseases in California, you will need to calculate the rates for each disease. The formula for calculating rate is (number of cases / population) * 1000. Then, you can create a plot with different colors for each disease and include only the years with 10 or more weeks of reporting.