statistics | Macarena Quiroga

statistics

Help! How do I do a plot in R? (Part 2)

In this post we are going to see how to graph different types of statistical information with R.

Help! How do I do a plot in R?

This blog post focuses on data visualization in R for beginners. It demonstrates using base functions like plot() to create simple and effective visualizations. Topics covered include loading data, creating bar charts for categorical variables, scatterplots for numeric variables, and adding legends. The post emphasizes clear and practical visualizations rather than complex graphics.

Help! I have quantitative data, now what do I do? (Part 2)

Learn how to work with quantitative data in this beginner\'s guide. Part 2 covers the essential measures of central tendency (mean, median, mode) using R. Discover how to calculate and interpret these statistics, handle missing values, and compare results by different groups. Improve your data analysis skills and stay tuned for the next post on basic data visualization.

Help! I have quantitative data, what do I do? (part 1)

New to working with quantitative data? Don\'t worry, we\'ve got you covered! In this blog post series, we provide a basic guide to help you navigate through the world of statistical analysis using R. Part 1 focuses on installing R and RStudio, importing data, and inspecting tables. Join us on this journey to enhance your statistical analysis skills!