rLSsampSetDistrParam {rLindo}R Documentation

Set the specified parameter of the given distribution.

Description

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

Usage

rLSsampSetDistrParam(sample,nIndex,dValue)

Arguments

sample

A LINDO API sample object, returned by rLSsampCreate.

nIndex

An integer specifying the index of the parameter.

dValue

A double precision value specifying the parameter value.

Value

ErrorCode

Zero if successful, nonzero otherwise.

References

LINDO SYSTEMS home page at www.lindo.com


[Package rLindo version 8.0.1 Index]