## File Name: sirt_summary_print_computation_time_s1.R
## File Version: 0.07
sirt_summary_print_computation_time_s1 <- function(object)
{
cat('Date of Analysis:', paste(object$s2 ), '\n' )
cat('Computation Time:', print(object$s2 - object$s1), '\n\n')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.