## File Name: xxirt_ThetaDistribution_extract_freeParameters.R
## File Version: 0.10
xxirt_ThetaDistribution_extract_freeParameters <- function( customTheta )
{
est <- customTheta$est
if ( sum(est)==0 ){
par1 <- NULL
} else {
par1 <- customTheta$par[ est ]
}
return(par1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.