Nothing
fitInit <- function(individuals, sigma) {
fit <- list()
fit$info <- list(
N = attr(individuals, "N"),
T = attr(individuals, "T"),
Q = attr(individuals, "Q")
)
fit$individuals <- individuals
fit$sigma <- styleSigma(sigma, fit$info$T)
return(fit)
}
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.