How to perform integer operations in NONMEM
From: Alan Xiao <Alan.Xiao@cognigencorp.com>
Subject: How to perform integer operations in NONMEM
Date: Tue, 01 May 2001 21:40:04 +0000
Hi, NONMEM users,
Does any one know how to perform integer operations in NONMEM?
For example, I have two variable: Var1 and Var2 and I want calculate integer VarINt as:
VarInt = the integer part of Var1/Var2
In regular FORTRAN program, it is simple: VarInt = INT(Var1/Var2)
But in NONMEM, the function INT() seems not working.
Thanks,
Alan.