repair.JP.county: COVID-19 Data Checking and Reparing (CDCAR)

Description Usage

View source: R/repair.JP.county.R

Description

This function repairs the county level covid-19 data (or similar type of data including the count time series and epidemic data) using autoregressive model of count time series.

Usage

1
2
3
4
5
6
7
8
repair.JP.county(
  dat.I.JP = list(),
  dat.D.JP = list(),
  dat.I = list(),
  dat.D = list(),
  h = 7,
  date.start = as.Date("2020-03-01")
)

covid19-dashboard-us/cdcar documentation built on Jan. 3, 2021, 4:58 p.m.