Nothing
## File Name: tam_mml_warning_message_multiple_group_models.R
## File Version: 0.02
tam_mml_warning_message_multiple_group_models <- function( ndim, G, disable=FALSE)
{
if (disable){ G <- 1}
if( (ndim>1) & ( G>1) ){
v1 <- paste0("Multiple group estimation is not (yet) supported for \n",
" multidimensional models. Use 'tam.mml.3pl' instead.")
stop(v1)
}
}
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.