R/tam_mml_warning_message_multiple_group_models.R

Defines functions tam_mml_warning_message_multiple_group_models

## 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)
    }
}

Try the TAM package in your browser

Any scripts or data that you put into this service are public.

TAM documentation built on Aug. 29, 2022, 1:05 a.m.