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