Learn how to compute the Pearson, Spearman and Kendall correlation coefficients by hand to evaluate the relationship between two variables| Stats and R
Learn how to compute a correlation coefficient (Pearson and Spearman) and perform a correlation test in R| Stats and R
This article is a practical guide about R Markdown, from why it is an important writing tool in R to how to compile and edit your first R Markdown document| Stats and R
Learn how to perform a descriptive analysis of your data in R, from simple descriptive statistics to more advanced graphics used to describe your data at hand| Stats and R
This article explains how to distinguish a population from a sample, an important difference in statistics, namely for descriptive and inferential statistics| Stats and R
Learn the differences between a quantitative continuous, quantitative discrete, qualitative ordinal and qualitative nominal variable via concrete examples| Stats and R
After having installed R and RStudio, learn several ways to import an Excel, CSV or SPSS (.sav) file into RStudio via the code or in a more user-friendly way| Stats and R