Stats and R
Blog
About
Newsletter
Contact
Blog
2024
2024-11-05 »
Paper: 'Right to be forgotten for mortgage insurance issued to cancer survivors: critical assessment and new proposal'
2024-08-01 »
EpiLPS for estimation of incubation times
2024-01-30 »
Binary logistic regression in R
2023
2023-12-06 »
What is the probability that two persons have the same initials?
2023-11-27 »
Introduction to data manipulation in R with {dplyr}
2023-11-14 »
Paper: 'Impact of a Food Rebalancing Program Associated with Plant-Derived Food Supplements on the Biometric, Behavioral, and Biological Parameters of Obese Subjects'
2023-09-05 »
Pearson, Spearman and Kendall correlation coefficients by hand
2023-08-30 »
How to: one-way ANOVA by hand
2023-08-24 »
Scrape Yahoo search engine results with R
2023-06-19 »
Two-way ANOVA in R
2023-05-08 »
Paper: 'Childhood Bacterial Meningitis Surveillance in Southern Vietnam: Trends and Vaccination Implications from 2012 to 2021'
2023-03-24 »
10 potential career options with a degree in statistics
2023-02-07 »
Top 10 errors in R and how to fix them
2023-01-16 »
Web scraping in R
2022
2022-12-22 »
What is survival analysis? Examples by hand and in R
2022-12-16 »
Google Analytics in R: Review of 2022
2022-10-19 »
Paper: 'EpiLPS: A fast and flexible Bayesian tool for estimation of the time-varying reproduction number'
2022-10-13 »
How to keep yourself updated with the latest R news?
2022-07-07 »
One-sample Wilcoxon test in R
2022-05-16 »
Koh-Lanta 2022: the ambassadors probability problem
2022-04-06 »
Paper: 'Semi-Markov modeling for cancer insurance'
2022-03-24 »
Kruskal-Wallis test, or the nonparametric version of the ANOVA
2021
2021-12-16 »
Stats and R is 2 years old!
2021-12-02 »
What statistical test should I do?
2021-10-04 »
Multiple linear regression made simple
2021-03-15 »
Running pace calculator in R Shiny
2021-01-27 »
Hypothesis test by hand
2020
2020-12-16 »
How to track the performance of your blog in R?
2020-11-23 »
Paper: 'Waiting period from diagnosis for mortgage insurance issued to cancer survivors'
2020-10-12 »
ANOVA in R
2020-09-02 »
Why do I have a data science blog? 7 benefits of sharing your code
2020-08-21 »
Graphics in R with ggplot2
2020-08-14 »
Mortgage calculator in R Shiny
2020-08-11 »
Outliers detection in R
2020-06-07 »
Wilcoxon test in R: how to compare 2 groups under the non-normality assumption?
2020-05-29 »
How to publish a Shiny app? An example with shinyapps.io
2020-05-28 »
Correlation coefficient and correlation test in R
2020-05-24 »
How to upload your R code on GitHub? An example with an R script on MacOS
2020-05-22 »
COVID-19 in Belgium: is it over yet?
2020-05-13 »
One-proportion and chi-square goodness of fit test
2020-04-26 »
A package to download free Springer books during Covid-19 quarantine
2020-03-31 »
COVID-19 in Belgium
2020-03-23 »
How to create a simple Coronavirus dashboard specific to your country in R?
2020-03-19 »
How to do a t-test or ANOVA for more than one variable at once in R?
2020-03-12 »
Top 100 R resources on COVID-19 Coronavirus
2020-03-09 »
How to perform a one-sample t-test by hand and in R: test on one mean
2020-03-03 »
The 9 concepts and formulas in probability that every data scientist should know
2020-02-28 »
Student's t-test in R and by hand: how to compare two groups under different scenarios?
2020-02-22 »
Correlogram in R: how to highlight the most correlated variables in a dataset
2020-02-18 »
Getting started in R markdown
2020-02-13 »
The complete guide to clustering analysis: k-means and hierarchical clustering by hand and in R
2020-01-31 »
An efficient way to install and load R packages
2020-01-29 »
Do my data follow a normal distribution? A note on the most widely used distribution and how to test for normality in R
2020-01-28 »
Fisher's exact test in R: independence test for a small sample
2020-01-27 »
Chi-square test of independence in R
2020-01-27 »
Chi-square test of independence by hand
2020-01-26 »
RStudio addins, or how to make your coding life easier?
2020-01-26 »
How to create a timeline of your CV in R?
2020-01-22 »
Descriptive statistics in R
2020-01-21 »
Tips and tricks in RStudio and R Markdown
2020-01-19 »
Descriptive statistics by hand
2020-01-18 »
What is the difference between population and sample?
2020-01-15 »
A Shiny app for simple linear regression by hand and in R
2020-01-15 »
A Shiny app for inferential statistics by hand
2020-01-09 »
World map of visited countries in R
2020-01-07 »
How to embed a Shiny app in blogdown?
2020-01-07 »
Draw a word cloud with a R Shiny app
2020-01-07 »
A practical guide on optimal asset allocation
2020-01-06 »
A guide on how to read statistical tables
2019
2019-12-30 »
Variable types and examples
2019-12-30 »
Data types in R
2019-12-26 »
How to create an interactive booklist with automatic Amazon affiliate links in R?
2019-12-24 »
Data manipulation in R
2019-12-18 »
How to import an Excel file in RStudio?
2019-12-17 »
How to install R and RStudio?
2019-12-16 »
Hello World!