Learn R Programming

rLindo (version 8.0.1)

rLSsampGetDInfo: Get double information about the sample.

Description

R interface function for LINDO API function LSsampGetInfo. For more information, please refer to LINDO API User Manual.

Usage

rLSsampGetDInfo(sample,nQuery)

Arguments

sample
A LINDO API sample object, returned by rLSsampCreate.
nQuery
An integer specifying the information requested from the sample. Possible values are:
  • LS_IINFO_DIST_TYPE
  • LS_IINFO_SAMP_SIZE
  • LS_DINFO_SAMP_MEAN
  • LS_DINFO_SAMP_STD
  • LS_DINFO_SAMP_SKEWNESS
  • LS_DINFO_SAMP_KURTOSIS

Value

ErrorCode
Zero if successful, nonzero otherwise.
pdResult
The result.

References

LINDO SYSTEMS home page at www.lindo.com