Skip to content
View StefanThoma's full-sized avatar

Block or report StefanThoma

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
StefanThoma/README.md

Hi there, I'm Stefan!

Welcome to my Github page. I'm a data scientist with a passion for open science and woodworking. Here you'll find a selection of projects I've worked on, ranging from my masters thesis and research projects to toy data analysis problems from application procedures

Current work & interests

  • Data Scientist at Roche, where I'm working on the open source tools admiral and teal for clinical trial analyses.
  • Woodworking & Coffee, my hobbies outside of work that keep me grounded and creative.

Research

  • Impact of VR on environmental attitudes, investigating how immersive experiences can promote pro-environmental behaviors and attitudes.
  • Measure of relevance in many-lab studies, developing a novel statistical approach to quantify the impact of studies conducted across multiple labs.

Education

  • MSc in Statistics, where I learned advanced statistical methods and how to apply them to real-world problems.
  • MSc in Psychology, where I explored the fascinating world of human behavior and cognition.

Feel free to reach out to me at stefan.p.thoma@gmail.com if you have any questions or just want to say hi!

Pinned Loading

  1. pharmaverse/admiral pharmaverse/admiral Public

    ADaM in R Asset Library

    R 318 107

  2. ReplicationRelevance ReplicationRelevance Public

    Package for master thesis project STATS

    R

  3. VR_Environmental_Awareness VR_Environmental_Awareness Public

    Data analysis of the "melting glacier" project.

    TeX 2

  4. Example of critical p-values for thr... Example of critical p-values for three basic multiple testing adjustments.
    1
    library(tidyverse, jmv, ggplot2)
    2
    library(ggthemes)
    3
    data <- read_csv(file = "https://raw.githubusercontent.com/methodenlehre/data/master/alkohol-aggression.csv") %>%
    4
        mutate(alkoholbedingung = factor(alkoholbedingung,
    5
                                         levels = c("kein_alkohol", "placebo", "anti_placebo", "alkohol")))
  5. Mixed Effects model visualisation Mixed Effects model visualisation
    1
    ######## Miminal working example
    2
    
                  
    3
    
                  
    4
    # Bin nicht sicher, ob Du alle packages hier brauchst.
    5
    pacman::p_load(tidyverse, nlme, ggplot2, ggthemes)
  6. causality-course-ethz causality-course-ethz Public

    Forked from christinaheinze/causality-course-ethz

    Code used in the causality course (401-4632-15) at ETH Zurich.

    Jupyter Notebook