checkSolution {arf3DS4} | R Documentation |
Check the integrity of an ARF model for bounded parameters.
checkSolution(arfmodel, options = loadOptions(arfmodel), dat = readData(.model.avgdatfile(arfmodel)), thres = 6)
arfmodel |
A model-object (class |
options |
An options-object (class |
dat |
Average datafile. |
thres |
Number of digits for equality check. |
Returns the model object with added warnings if parameters are on a bound.
Wouter D. Weeda - w.d.weeda@gmail.com