library(shellpipes)
dat <- rdsRead()
summary(dat)
mod <- glm(robustProp~nitro, data=dat, weights=numTest, family=binomial)
summary(mod)
saveVars(mod, dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.