Nothing
## File Name: gdina_proc_prior_distribution_extend_normal.R
## File Version: 0.01
gdina_proc_prior_distribution_extend_normal <- function(prior)
{
if (length(prior)==2){
prior <- c(prior, 2)
}
return(prior)
}
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.