Nothing
## File Name: rm_sdt_create_partable_include_priors.R
## File Version: 0.05
rm_sdt_create_partable_include_priors <- function(partable, type, obj)
{
vars <- c("prior_M", "prior_SD")
for (vv in 1:2){
partable[ ( partable$type==type) & ( partable$est ), vars[vv] ] <- obj[vv]
}
return(partable)
}
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.