Description Usage Arguments Details Value
View source: R/score.OD.county.R
This function provides the score of a dataset based on the order-dependency violation of county level covid-19 data (or similar type of data including the count time series and epidemic data).
1 | score.OD.county(dat = list(), state.show = NULL, county.show = NULL)
|
dat |
A data frame or list containing the time series of infection or death cases.
|
state.show |
Within the dataset, which state the detection algorithm should focus on.
|
county.show |
For county level data, which county the detection algorithm should focus on.
|
This R package is the implementation program for article entitled "Comparing and Integrating US COVID-19 Data from Multiple Sources: A County-Level Dataset with Local Features" by Guannan Wang, Zhiling Gu, Xinyi Li, Shan Yu, Myungjin Kim, Yueying Wang, Lei Gao, and Li Wang.
A list containing the following information.
dat.sub
The data which contains the information on the state/county specified.
score
The score for the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.