Thanks,
I'll delve into this deepr, eventually :-)-O
el
On 17/08/2021 15:09, PIKAL Petr wrote:
Hi
You're wellcome. You probably know
https://www.repidemicsconsortium.org/projects/
as a collection of tools for epidemy evaluation.
Cheers
Petr
[...]
--
To email me replace 'nospam' with 'el'
r-help@r-project.org
> Subject: Re: [R] Rolling 7 day incidence
>
> Petr,
>
> thank you very much, this pointed me in the right direction (to refine my
> Google search :-)-O):
>
>library(tidyverse)
>library(coronavirus)
>
Petr,
thank you very much, this pointed me in the right direction (to refine
my Google search :-)-O):
library(tidyverse)
library(coronavirus)
library(zoo)
as_tibble(coronavirus) %>%
filter(country=='Namibia' & type=="confirmed") %>%
erhard
> Lisse
> Sent: Tuesday, August 17, 2021 12:25 PM
> To: r-help@r-project.org
> Subject: [R] Rolling 7 day incidence
>
> Hi,
>
> I am loading the coronavirus dataset everyday which looks something like:
>
>
>as_tibble(coronavirus) %>%
>
Hi,
I am loading the coronavirus dataset everyday which looks something like:
as_tibble(coronavirus) %>%
filter(country=="Namibia" & type=="confirmed") %>%
arrange(desc(date)) %>%
print(n=10)
# A tibble: 573 × 7
5 matches
Mail list logo