R/tam_mml_se_quick_verbose.R

Defines functions tam_mml_se_quick_verbose

## File Name: tam_mml_se_quick_verbose.R
## File Version: 0.02

tam_mml_se_quick_verbose <- function(pp, disp_progress, vv )
{
    if ( ( pp==disp_progress[vv] ) & ( vv <=10) ){
        cat("-") ;
        utils::flush.console()
        vv <- vv+1
    }
    return(vv)
}

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.