Description Usage Arguments Value Author(s)
Takes a temptative solution and the initial case to resolve.
Tests wether the equations all lead to consistent results of
do contradict each other. Returns an error with stop()
in case of error if fail=TRUE
; else just returns the
count of problems.
1 2 3 | detect.problems(sol, case, fail = TRUE, verbose = FALSE, indent = 1,
tolerance.pd = 1.5e-08, tolerance.degree.max = 1.5e-08,
tolerance.pij = 1e-04)
|
sol |
the current solution (a named list) |
case |
the case to be solved |
fail |
if TRUE, an error will call stop() |
verbose |
if TRUE, will ddetect.problemsisplay detailed information on the console |
indent |
the indentation (count of tabs) for verbose display |
tolerance.pd |
the tolerance for probability distributions |
tolerance.degree.max |
the tolerance for min/max average degrees |
tolerance.pij |
the tolerance for pij probabilities |
the count of problems
Samuel Thiriot <samuel.thiriot@res-ear.ch>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.