Nothing
with(trout, {
# first, select treatment group 1 ("water hardening")
# and pool data with equal concentration
conc <- N <- dead <-rep(0,6)
for(i in 1:6){
conc[i] <- Concentr[i*4]
for(j in 1:4){
N[i] <- N[i] + Trouts[(i-1)*4+j]
dead[i] <- dead[i] + Dead[(i-1)*4+j]
}}
sm.binomial(log(conc), dead, N, 0.5)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.