Nothing
## File Name: rm_sdt_calc_probs_gpcm_rcpp.R
## File Version: 0.12
rm_sdt_calc_probs_gpcm_rcpp <- function(a.item, tau.item, Qmatrix, theta.k, VV, K, TP,
eps=0, use_log=FALSE, as_vector=FALSE)
{
K1 <- K+1
prob_dim <- c(VV, K1, TP)
res <- sirt_rcpp_rm_sdt_calc_probs_gpcm( a=a.item, tau=tau.item,
theta_k=theta.k, VV=VV, K1=K1, TP=TP, eps=eps, use_log=use_log )
if ( ! as_vector ){
res <- array(res, dim=prob_dim)
}
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.