Nothing
## File Name: immer_jml_print_progress_line_search.R
## File Version: 0.071
immer_jml_print_progress_line_search <- function( verbose, deviance, digits_deviance=6)
{
if (verbose){
cat(' - Line search | Deviance=', round( deviance, 6 ), '\n')
utils::flush.console()
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.