Re: [NMusers] How to generate a random number with $EST

2011-03-15 Thread Nieves Vélez de Mendizabal
Dear nmusers, Thanks everybody. The generation of a random number from a uniform distribution finally works. Below you can see the code. You also you can see the table that NONMEM7 generated. The generated random values can be seen at the 6th column. The aim of this model is to estimate a par

Re: [NMusers] How to generate a random number with $EST

2011-03-14 Thread Nieves Vélez de Mendizabal
be done with a verbatim code call but I do not know how. Perhaps you can use? " CALL RANDOM(2,R) It would be interesting to know why you want the random number when you are not doing simulation. Best wishes, Nick On 14/03/2011 10:32 a.m., Nieves Vélez de Mendizabal wrote: Dear N

[NMusers] How to generate a random number with $EST

2011-03-14 Thread Nieves Vélez de Mendizabal
Dear NONMEM Users, I'm developing a model with NONMEM6|7. In this model, I need to generate a random number at every time step. The problem is that the use of the function "CALL RANDOM (2,R)" is supposed to be only for simulation, isn't it? Thus, is it possible to generate a random number a