Reports whether the spatial interaction model construction converged
Source:R/sim.R
sim_converged.RdSome spatial interaction models are the result of an iterative calculation,
see for instance blvim(). This calculation may have been interrupted before
convergence. The present function returns TRUE if the calculation converged,
FALSE if this was not the case and NA if the spatial interaction model
is not the result of an iterative calculation. The function applies also to a
collection of spatial interaction models as represented by a sim_list.
Value
TRUE, FALSE or NA, as described above. In the case of a sim_list
the function returns a logical vector with one value per model.