Publications by Qingyang Shi, Yiling Zhou, Jaroslav Krc, Yao Lin, and Nathan Ribeiro

Causal inference Lab 1

15.05.2024

The perfect doctor Lab specs can be found here Exercise 1 Question: Recreate table 1 shown below, inserting values appropriately for the three empty colums: (i) The column labeled \(\delta_i\): please enter each patient’s treatment effect (ii) The column labeled \(D\): the optimal treatment for this patient (iii) The column labeled \(Y\): the ob...

4970 sym 1 tbl

Intro to meta regression 2

14.02.2024

Introduction to Meta-regression Author Qingyang Shi Traditional method: meta-analysis and meta-regression in a multilevel generalized linear model framework Standard meta-analysis with arm-based likelihood The most common method to combine the aggregate data from multiple randomized trials is meta-analysis, which accounts for the heterogeneity...

14174 sym 10 img

statistical simulation 1

10.01.2024

PART II Statistical Simulation - SEC 1 Binary outcome Author Qingyang Shi Introduction This is the document for the statistical simulation part of the project 1 - towards causally-interpretable meta-analysis with aggregate data using individual-level simulation modeling with likelihood-free inference. In this part, We use statistical simulation...

5628 sym Python (33175 sym/30 pcs) 1 img

Team 13 lab work (Final project)

15.12.2023

Simulating the data In the first part of this lab we are going to replicate some of the ideas presented in a post written by Michael Clark. We are going to use the faux package to simulate nested data (observations nested within clusters). First, we define the number of clusters n_cluster and the number of observations in each cluster, obs_per_clus...

10053 sym R (24289 sym/40 pcs) 9 img 2 tbl

Team 13 lab work

04.12.2023

Exploratory data analysis Exercise 1 Create a table1 and use GGally::ggpairs to explore your data. # create the table 1 label(nsduh$demog_sex) <- "Sex" label(nsduh$alc_agefirst) <- "Alcohol (age first used) " label(nsduh$demog_age_cat6) <- "Age" label(nsduh$demog_income) <- "Income" table1(~ demog_sex + alc_agefirst + demog_age_cat...

8464 sym 7 img 8 tbl

Team 13 lab work

27.11.2023

# load the following libraries: # tidyverse, broom, table1, GGally, car, easystats, datawizard, and modelsummary lapply( list('tidyverse', 'broom', 'table1', 'GGally', 'car', 'easystats', 'datawizard', 'modelsummary'), require, character.only = TRUE ) ## Loading required package: tidyverse ## ── Attaching core tidyverse packages ──�...

5452 sym Python (16677 sym/27 pcs) 5 img 2 tbl