Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. df <- structure(list(Year = c(2013, 2013, 2013, 2013, 2013, 2013, 2013,
  2. 2013, 2013, 2013, 2013, 2013, 2014, 2014, 2014, 2014, 2014, 2014,
  3. 2014, 2014, 2014, 2014, 2014, 2014, 2015, 2015, 2015, 2015, 2015,
  4. 2015, 2015, 2015, 2015, 2015, 2015, 2015), Month = c(1, 2, 3,
  5. 4, 5, 6, 7, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
  6. 11, 12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12), Incidence = c(2.25538216197745,
  7. 3.49502862307924, 2.76311704439615, 2.9836483329794, 3.09375,
  8. 3.0368028900429, 3.82920688208141, 3.9154960734432, 3.33517393705135,
  9. 3.54593329432417, 3.27586206896552, 3.25655281969817, 3.35912052117264,
  10. 3.21672101986362, 2.78237182605312, 2.58435732397113, 2.72516428295323,
  11. 3.1227603153476, 2.6300688599847, 2.66324718879463, 2.62653374233129,
  12. 2.45256358498183, 2.39520958083832, 3.58683926645092, 3.41995942421022,
  13. 3.61001317523057, 2.62718158187895, 2.86944045911047, 2.77978993118435,
  14. 2.89282762420792, 2.69410829432029, 3.22232223222322, 3.39818882811799,
  15. 3.36725958337297, 2.90030211480363, 3.20789124668435), Inpatient = c(8779,
  16. 6638, 9663, 9418, 9600, 8858, 9532, 9041, 9055, 8545, 9280, 10072,
  17. 9824, 6746, 10279, 10254, 10348, 9767, 10456, 10138, 10432, 9908,
  18. 9853, 11124, 10351, 7590, 10772, 11152, 11044, 10889, 11321,
  19. 11110, 11153, 10513, 11585, 12064), infection = c(198, 232, 267,
  20. 281, 297, 269, 365, 354, 302, 303, 304, 328, 330, 217, 286, 265,
  21. 282, 305, 275, 270, 274, 243, 236, 399, 354, 274, 283, 320, 307,
  22. 315, 305, 358, 379, 354, 336, 387)), row.names = c(NA, -36L), class = c("tbl_df",
  23. "tbl", "data.frame"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement