powered by
Helper function for calculating case-fatality rate
CFR(C, D)
Cases vector
Deaths vector
A case-fatality rate estimate and 95% confidence limits
# NOT RUN { national_data <- get_nat_counts() CFR(C = national_data$total_cases, D = national_data$total_deaths) # } # NOT RUN { # }
Run the code above in your browser using DataLab