sbfnk / flusurvey_contacts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flusurvey contacts model

To set up copy contacts.rds into data/ and run:

renv::restore() ## install required packages

Run the baseline model (intercept only):

source("R/model.r")

To run any other models, set opts(), e.g.

opts <- list(
  type = "physical",
  model = "individual"
)
source("R/model.r")

About


Languages

Language:R 100.0%