Learn how to perform a one-way Analysis Of VAriance (ANOVA) by hand to compare a quantitative measure between three groups or more| Stats and R
Learn how to analyze and visualize Universal Analytics (UA) and Google Analytics 4 (GA4) data for your blog or website via the googleAnalyticsR package in R| Stats and R
Select the most appropriate statistical (hypothesis) test based on the number of variables and their types with the help of a flowchart| Stats and R
Learn how to run multiple and simple linear regression in R, how to interpret the results and how to verify the conditions of application| Stats and R
Learn how to compare groups for multiple variables at once in R thanks to a Student t-test or ANOVA and communicate the results in a better way| Stats and R
Learn how to perform the one-sample t-test by hand and in R in order to compare a sample to a hypothesized value, with known or unknown population variance| Stats and R
This article illustrates the main tips, tricks and shortcuts you can use in RStudio and R Markdown to write code more quickly and more efficiently| Stats and R