Publications by R on Stats and R

Top 5 R resources on COVID-19 Coronavirus

11.03.2020

R Shiny apps Coronavirus tracker COVID-19 outbreak R packages {nCov2019} R code Analyzing COVID-19 outbreak data with R COVID-19 Data Analysis with {tidyverse} and {ggplot2} Data Photo by CDC The Coronavirus is a serious concern around the globe. With its expansion, there are also more and more online resources about it. This article present...

3844 sym 12 img

How to do a t-test or ANOVA for more than one variable at once in R

18.03.2020

Introduction Perform multiple tests at once Concise and easily interpretable results T-test Additional p-value adjustment methods ANOVA To go even further References Introduction As part of my teaching assistant position in a Belgian university, students often ask me for some help in their statistical analyses for their master’s thesis. A fr...

16700 sym R (7723 sym/12 pcs) 26 img

How to do a t-test or ANOVA for many variables at once in R and communicate the results in a better way

18.03.2020

Introduction Perform multiple tests at once Concise and easily interpretable results T-test ANOVA To go even further Photo by Teemu Paananen Introduction As part of my teaching assistant position in a Belgian university, students often ask me for some help in their statistical analyses for their master’s thesis. A frequent question is how to...

12366 sym R (4464 sym/7 pcs) 26 img

How to create a simple Coronavirus dashboard specific to your country in R

22.03.2020

Introduction Top R resources on Coronavirus Coronavirus dashboard: the case of Belgium How to create your own Coronavirus dashboard Additional notes Data Open source Accuracy Publish your dashboard Coronavirus dashboard: the case of Belgium Introduction The Novel COVID-19 Coronavirus is the hottest topic right now. Every day, the media and news...

12694 sym R (471 sym/3 pcs) 10 img

How to create a simple Coronavirus dashboard specific to your country in R

22.03.2020

Introduction Top R resources on Coronavirus Coronavirus dashboard: the case of Belgium How to create your own Coronavirus dashboard Additional notes Data Open source Accuracy Coronavirus dashboard: the case of Belgium Introduction The Novel COVID-19 Coronavirus is the hottest topic right now. Every day, the media and newspapers share the number...

9352 sym R (180 sym/2 pcs) 10 img

COVID-19 in Belgium

30.03.2020

Introduction Top R resources on Coronavirus Coronavirus dashboard for your own country Motivations, limitations and structure of the article Analysis of Coronavirus in Belgium A classic epidemiological model: the SIR model Fitting a SIR model to the Belgium data Reproduction number \(R_0\) Using our model to analyze the outbreak if there was no i...

25869 sym R (5832 sym/11 pcs) 12 img

COVID-19 in Belgium

30.03.2020

Introduction Top R resources on Coronavirus Coronavirus dashboard for your own country Motivations, limitations and structure of the article Analysis of Coronavirus in Belgium A classic epidemiological model: the SIR model Fitting a SIR model to the Belgium data Reproduction number \(R_0\) Using our model to analyze the outbreak if there was no i...

22080 sym R (5820 sym/11 pcs) 12 img

A package to download free Springer books during Covid-19 quarantine

25.04.2020

Update Introduction Installation Download all books at once Create a table of Springer books Download only specific books By title By author By subject Improvements Acknowledgments Update The promotion has ended so it is not possible to download the books through R. If you did not download the books in time, you can still have access to them vi...

6281 sym R (2525 sym/11 pcs) 2 img

A package to download free Springer books during Covid-19 quarantine

25.04.2020

Introduction Installation Download all books at once Create a table of Springer books Download only specific books By title By author By subject Acknowledgments Introduction You probably already have seen that Springer released about 500 books for free following the COVID-19 pandemic. According to Springer, these textbooks will be available fre...

2466 sym R (1000 sym/4 pcs) 2 img

One-proportion and goodness of fit test (in R and by hand)

12.05.2020

Introduction In R Data One-proportion test Assumption of prop.test() and binom.test() Chi-square goodness of fit test Does my distribution follow a given distribution? Observed frequencies Expected frequencies Observed vs. expected frequencies By hand One-proportion test Verification in R Goodness of fit test Verification in R Introduction I...

15342 sym R (6203 sym/19 pcs) 24 img