###################################################
### code chunk number 2: Cs_01_readindata
###################################################
data(SalmonSurvCUI)
years <- SalmonSurvCUI[, 1]
TT <- length(years)
# response data: logit(survival)
dat <- matrix(SalmonSurvCUI[, 2], nrow = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.