Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup, output=FALSE------------------------------------------------------
library(serosv)
## -----------------------------------------------------------------------------
data <- parvob19_be_2001_2003
pl <- penalized_spline_model(data$age, status = data$seropositive, s = "tp", framework = "pl")
pl$info
## ----fig.width=7, fig.height=4------------------------------------------------
plot(pl)
## -----------------------------------------------------------------------------
data <- parvob19_be_2001_2003
glmm <- penalized_spline_model(data$age, status = data$seropositive, s = "tp", framework = "glmm")
glmm$info$gam
## ----fig.width=7, fig.height=4------------------------------------------------
plot(glmm)
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.