Has an analysis converged?
HasConverged(
pID,
scriptID,
pt = .config$psrfThreshold,
et = .config$essThreshold
)Character specifying the project identifier to analyse
Character specifying the script to run
Gelman-Rubin statistic (potential scale reduction factor) threshold;
analyses with PSRF > pt have not converged.
Estimated sample size threshold; analyses with ESS < et have
not converged.
HasConverged() returns a logical specifying whether the specified
analysis has converged at the specified thresholds.