R/lsem_fitsem_verbose_progress.R

Defines functions lsem_fitsem_verbose_progress

## File Name: lsem_fitsem_verbose_progress.R
## File Version: 0.03

lsem_fitsem_verbose_progress <- function(gg, G, pr, verbose)
{
    if (verbose){
        if (gg %in% pr ){
            cat('-')
        }
        if (gg>G){
            cat('|\n')
        }
        utils::flush.console()
    }
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.