R/lsem_bootstrap_print_progress.R

Defines functions lsem_bootstrap_print_progress

## File Name: lsem_bootstrap_print_progress.R
## File Version: 0.091

lsem_bootstrap_print_progress <- function(rr, verbose, R)
{
    if (verbose){
        cat(rr, ' ')
        if (rr %% 10==0){ cat('\n')}
        if (rr==R){ 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.