R/sirt_summary_print_computation_time.R

Defines functions sirt_summary_print_computation_time

## File Name: sirt_summary_print_computation_time.R
## File Version: 0.06

sirt_summary_print_computation_time <- function( object )
{
    t1 <- object$time$start
    t2 <- object$time$end
    cat( 'Date of Analysis:', '\n' )
    cat( '   Start:', paste( t1 ), '\n' )
    cat( '   End  :', paste( t2 ), '\n' )
    cat('Computation time:', print( t2 - t1 ), '\n\n')
}

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.