My presentation

my name

2026-06-13

Introduction

My question

  1. this
  2. that

My design

  • M: I work with a population of XX with features Z
  • I: I want to know XX
  • D: I assign treatment Z and gather measure M
  • A: I use differences in means

Implementation

Key challenges:

My data

df <- read.csv("data.csv")

hist(df$Y)

My analysis

model <- lm_robust(Y ~ X, data = df)

texreg::htmlreg(model) 
Statistical models
  Model 1
(Intercept) 0.04
  [-0.21; 0.29]
X 1.09*
  [ 0.73; 1.45]
R2 0.26
Adj. R2 0.25
Num. obs. 100
RMSE 0.92
* 0 outside the confidence interval.

Conclusions

  • Good stuff
  • More good stuff