EpiEstim Basic help

Hi is anyone familiar with the EpiEstim package and how I could apply it to the COvid19 data I have. I am having trouble figuring what variables I need to enter into the package to make some simple analysis.


structure(list(Country.Region = c("Slovenia", "South Africa", 
"Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom", 
"Uruguay", "United States", "Vietnam"), Dates = structure(c(18411, 
18411, 18411, 18411, 18411, 18411, 18411, 18411, 18411, 18411
), class = "Date"), Confirmed = c(1473, 29240, 238564, 36476, 
30828, 162120, 272607, 816, 1746019, 328), Dead = c(108, 611, 
27121, 4350, 1919, 4489, 38243, 22, 102809, 0), Recovered = c(1357, 
15093, 150376, 4971, 28300, 125963, 1172, 680, 406446, 279), 
    Frequency = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, 
    NA_real_, NA_real_, NA_real_, NA_real_, NA_real_), CurrentConfirmed = c(8, 
    13536, 61067, 27155, 609, 31668, 233192, 114, 1236764, 49
    )), row.names = c(24219L, 24221L, 24223L, 24227L, 24228L, 
24238L, 24242L, 24243L, 24244L, 24247L), class = "data.frame")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.