Publications by Janet Rosenbaum

Epi 5205/7202: Session 7 RCTs

12.01.2022

R Markdown library(MatchIt) library(arm) library(mosaic) library(foreign) library(knitr) trellis.par.set(theme = col.mosaic()) options(digits = 3) The in class exercise is placed before the material covered in the video this week for ease of following. In class exercise: session 7 Today, we will use the Daggity tool at http://daggity.net to dra...

39142 sym R (17566 sym/139 pcs) 34 img 9 tbl

Epi 5205/7202: Session 3 Building Regression Models

18.01.2022

Load libraries We start out loading libraries: mosaic for the simpler commands, and Sleuth2 for the data. For Gelman and Hill’s book, we install and then load the arm package. (arm stands for the book’s title: Analysis using Regression and Multilevel (models)) We will also install the foreign package that lets us load in data formats from oth...

44316 sym R (30158 sym/189 pcs) 51 img