Nothing
## File Name: gdm_calc_posterior.R
## File Version: 0.02
gdm_calc_posterior <- function(probs, gwt0, dat, I, resp.ind.list)
{
res <- cdm_calc_posterior( rprobs=probs, gwt=gwt0, resp=dat, nitems=I, resp.ind.list=resp.ind.list,
normalization=FALSE, thetasamp.density=NULL, snodes=0 )
return(res)
}
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.