isConverged: check convergence of ConQuest models

Description Usage Arguments Details Value Author(s)

Description

checks if ConQuest models in a directory have converged or not

Usage

1
isConverged ( path , txt = FALSE )

Arguments

path

main path of ConQuest models, or a path to a ConQuest shw-file

txt

if TRUE a convergence summary is written to convergence_summary.txt in path, and a file (either "_CONVERGED_" or "_N_O_T_CONVERGED_") is written to each model directory if FALSE a data.frame of convergence information is returned

Details

if path is a directory, isConverged checks recursively in path for shw files; alternatively path can be a full path to a single shw-file. models that converged, but the solution is not the best solution ( ConQuest: "At termination the solution was not the best attained solution" ), are treated as not converged

Value

depends on txt if no shw-files are found NULL is returned

Author(s)

Martin Hecht


eatRest documentation built on May 2, 2019, 6:25 p.m.

Related to isConverged in eatRest...