library(shellpipes)
library(glmmTMB)
loadEnvironments()
startGraphics()
#### Model
glm_mod <- glm(status~age + wealthindex
, data=glm_sim_df
, family = binomial
)
summary(glm_mod)
saveEnvironment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.