Stats and R
Blog
About
Newsletter
Contact
Posts about Basics
2019-12-17 »
How to install R and RStudio?
2019-12-18 »
How to import an Excel file in RStudio?
2019-12-24 »
Data manipulation in R
2019-12-30 »
Data types in R
2019-12-30 »
Variable types and examples
2020-01-06 »
A guide on how to read statistical tables
2020-01-18 »
What is the difference between population and sample?
2020-01-19 »
Descriptive statistics by hand
2020-01-22 »
Descriptive statistics in R
2020-01-26 »
RStudio addins, or how to make your coding life easier?
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-02-18 »
Getting started in R markdown
2020-03-03 »
The 9 concepts and formulas in probability that every data scientist should know
2020-03-09 »
How to perform a one-sample t-test by hand and in R: test on one mean
2020-03-23 »
How to create a simple Coronavirus dashboard specific to your country in R?
2020-05-13 »
One-proportion and chi-square goodness of fit test
2020-05-24 »
How to upload your R code on GitHub? An example with an R script on MacOS
2020-05-28 »
Correlation coefficient and correlation test in R
2020-10-12 »
ANOVA in R
2021-01-27 »
Hypothesis test by hand
2021-12-02 »
What statistical test should I do?
2022-07-07 »
One-sample Wilcoxon test in R
2023-02-07 »
Top 10 errors in R and how to fix them
2023-08-30 »
How to: one-way ANOVA by hand
2023-09-05 »
Pearson, Spearman and Kendall correlation coefficients by hand
2023-11-27 »
Introduction to data manipulation in R with {dplyr}