# Table of Contents
# Utils
Epidemiological Utilities, like calculating the R-Naught and the infection rate of a disease.
Import it with:
const utils = require('@epispot/epijs').utils
# calcrn
Calculate R-Naught
# Parameters
b
Number (opens new window) The infection rateu
Number (opens new window) The recovery rate
# calcb
Calculate Infection rate
# Parameters
rn
Number (opens new window) R-Naught Valueu1
Number (opens new window) The recovery rate
# calcu
Calculate Recovery Rate
# Parameters
rn1
Number (opens new window) R-Naught Valueb1
Number (opens new window) The infection rate