Learn R Programming

shapr (version 1.0.6)

format_convergence_info: Internal function to extract formatted info about the (current) convergence state of the shapr call

Description

To be used by both print_iter() and summary.shapr

Usage

format_convergence_info(internal, iter)

Arguments

internal

List. Holds all parameters, data, functions and computed objects used within explain() The list contains one or more of the elements parameters, data, objects, iter_list, timing_list, main_timing_list, output, and iter_timing_list.

iter

Integer. The iteration number. Only used internally.