rLSgetCorrelationMatrix {rLindo} | R Documentation |
R interface function for LINDO API function LSgetCorrelationMatrix
. For more information,
please refer to LINDO API User Manual.
rLSgetCorrelationMatrix(model,iFlag,nCorrType)
model |
A LINDO API model object, returned by |
iFlag |
An integer specifying the sample (original or corr-induced). Possible values are:
|
nCorrType |
Correlation type. Possible values are:
|
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
pnQCnnz |
Number of nonzero correlation coefficients. |
paiQCcols1 |
An integer array containing the first index of variable the correlation term belongs to. |
paiQCcols2 |
An integer array containing the second index of variable the correlation term belongs to. |
padQCcoef |
A double array containing the correlation terms. |
LINDO SYSTEMS home page at www.lindo.com