Nothing
## File Name: tam_mml_3pl_computeB.R
## File Version: 0.11
# function for computation of item loadings
tam_mml_3pl_computeB <- function( Edes, gammaslope, E, skip_B=FALSE, B=NULL )
{
if (! skip_B){
B <- tam_rcpp_mml_3pl_compute_B( Edes=Edes, gammaslope=gammaslope,
dimE=dim(E) )$B
B <- array( B, dim(E)[1:3] )
}
return(B)
}
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.