definesMod | R Documentation |
Check if the standard imset for a graph defines the model (deprecated)
definesMod(graph, u, timeout = 60L, trace = FALSE)
graph |
an ADMG in the form of a |
u |
optionally, an imset to test the constraints from the graph on (otherwise the 'standard' imset is used) |
timeout |
an integer giving the maximum run time for each linear program in seconds |
trace |
logical: should details be given of tests? |
This requires version 5.6.13.4 or higher of lpSolve
to be
installed. If the function returns NA
then no independence was found
to be not in the model but at least one of the linear programs timed out.
This function has been superseded by defines_mod
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.