Nothing
#' Somehow stan does not support : in variable names thus we have to replace it with _.
#' @keywords internal
#' @noRd
replace_colon = function(var){
return(stringr::str_replace_all(var, ":", "_"))
}
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.