rLSgetProbabilityByNode {rLindo} | R Documentation |
R interface function for LINDO API function LSgetProbabilityByNode
. For more information,
please refer to LINDO API User Manual.
rLSgetProbabilityByNode(model,iNode)
model |
A LINDO API model object, returned by |
iNode |
An integer specifying the node index. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
pdProb |
The probabability of the node. |
LINDO SYSTEMS home page at www.lindo.com