Nothing
#' @noRd
X.simulation <- function(model.attributes, parm){
x.current <- parm$X
for(tt in 1:model.attributes$N){
x.current[tt,] = model.attributes$FF %*% parm$theta[tt,]
}
return(x.current)
}
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.