Skip to content

Pmishraa/Intro-Quantitative-Analysis-R

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

No Fear of Numbers – Introduction to Quantitative Data Analysis in R

This repository contains all materials for the workshop "No Fear of Numbers: Introduction to Quantitative Data Analysis in R" provided by the Data Science Center, University of Bremen.

For many researchers in the social sciences, health sciences, and humanities, data analysis can feel like a barrier — especially without formal training in statistics or programming. Yet, understanding your data and being able to extract meaningful insights from it is a core skill for conducting and interpreting empirical research. This workshop provides a gentle, practical introduction to data analysis using R — a free, open-source, and widely adopted tool in the research community. Participants learn how to explore and describe data systematically, ask meaningful research questions, and apply basic statistical tools to answer them. With a focus on clear interpretation rather than mathematical detail, this workshop builds foundational skills in working with quantitative data. By using the tidyverse — a collection of R packages designed to make data handling and analysis more intuitive — participants can perform common statistical tasks using clear, readable code. For modeling tasks such as simple linear or logistic regression, the tidymodels framework builds on the same principles and syntax style, enabling a consistent and accessible workflow from data cleaning to analysis. This lowers the barrier to entry and helps researchers gain confidence in analyzing and communicating their data.

Workshop Goal

By the end of the workshop, participants will be able to describe, compare, and model basic quantitative relationships in their data using R. They will understand key concepts such as distributions, group comparisons, and simple models, and learn how to apply them to real research questions. Participants will also be introduced to core principles of statistical reasoning and result interpretation.

Repository Content

  • /Materials/ Slides - Workshop Slides
  • /Materials/ Exercises - Hands-On Material: Exercises with and without solution (PDF), Data

Workshop Content

The workshop combines basic theoretical input with plenty of hands-on exercises in R using the tidyverse and tidymodels packages, so that you not only understand key concepts but also gain confidence in applying them in practice.

  • Describing and visualizing data (e.g. frequencies, distributions, summary stats)
  • Comparing groups (e.g. crosstabs, t-tests, ANOVA)
  • Running and interpreting simple linear and logistic regression models
  • Understanding key terms (e.g. p-values, confidence intervals, effect sizes)
  • Documenting your data analysis

Hands-on exercises use the DZHW Nacaps 2018 Campus-Use-File:

Adrian, D., Ambrasat, J., Briedis, K., Friedrich, C., Fuchs, A., Geils, M., Kovalova, I., Lange, J., Lietz, A., Martens, B., Redeke, S., Ruß, U., Sarcletti, A., Schwabe, U., Seifert, M., Siegel, M., Teichmann, C., Tesch, J., de Vogel, S., ... & Jänsch, V. K. (2024). National Academics Panel Study (Nacaps) 2018. Data Collection: 2019-2022. Version: 2.0.0. Data Package Access Way: CUF: Download. Hanover: FDZ-DZHW. Data Curation: Weber, A., Schmidtchen, H., Hoffstätter, U., Daniel, A. & Birkelbach, R. https://doi.org/10.21249/DZHW:nac2018:2.0.0

Target Audience & Prior Knowledge

This workshop is a beginners training. It’s aimed at researchers in the social sciences, health sciences, and humanities who are working with – or planning to work with – survey-based or other quantitative data, but have little or no prior experience in analysing such data or using statistical software. No background in statistics is assumed. A little programming experience in R or another language is an advantage, but not a requirement. You don't need to fear numbers – or even better, be ready to leave them behind. All that's needed is a willingness to engage with R and take the first steps into scripting and coding.

Technical Requirements

Your own laptop and a stable Wifi connection (e.g. via eduroam). Installation of R Version 4.5.0 and higher and RStudio Version 2025.05.1+513 and higher prior to the course. Both programs are free and open source.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors