[NMusers] Logic Expression in $DATA: ACCEPT or IGNORE

2014-11-18 Thread Xinting Wang
Dear all, I am having a difficulty in writing a logic expression of accepting a complex structure under $DATA session. For example: ACCEPT=c(A=1,A=2) means that record of A equals to 1 or 2 would be accepted. However, for a logic expression below: (A=1 OR A=2) AND B<100 which would require A

RE: [NMusers] Logic Expression in $DATA: ACCEPT or IGNORE

2014-11-18 Thread Denney, William S.
Hi Xinting, I’ve worked with these types of statements a good bit, and my personal preference is to add a column to the data set that makes the selection simpler (e.g. set it to 1 if (A == 1 or A == 2) and B < 100). Last I knew, it wasn’t possible to do an “AND” in an ignore statement (and che

[NMusers] Sheiner/Rowland Advanced PKPD Course, March 2015, Lambertville, NJ, USA

2014-11-18 Thread Gastonguay, Marc
We are pleased to announce registration is now open for: *THE SHEINER/ROWLAND ADVANCED COURSE IN PHARMACOKINETICS/PHARMACODYNAMICS* *Co-sponsored by Sanofi and Metrum Research Group * Date: Sunday March 15, 2015 - Friday March 20, 2015 Lambertville Station Inn & Restaurant Lambertville, Ne

Re: [NMusers] Logic Expression in $DATA: ACCEPT or IGNORE

2014-11-18 Thread Ekaterina Gibiansky
Hi Xinting, You can separate the condition into several statements. For example, if you need to accept (A=1 OR A=2) AND B<100 you instead can have 2 or 3 IGNORE statements (depending on the values A can have), say IGNORE=(B.GE.100) IGNORE=(A.GT.2) IGNORE=(A.LT.1) Regards, Katya Ekaterina G

[NMusers] Genotype data missing in some individuals

2014-11-18 Thread 이소정
Dear all, I’ve analyzed a tacrolimus PopPK in pediatric patients. As you know, CYP3A5 genotype can change the tacrolimus PK significantly, 3A5 genotyping was performed in the study, however, in 20% of the subjects, the genotype data was missed. Then, how can I reflect the CYP3A5 genoty