Jump to content


Photo

No censored data possible in user model?


  • Please log in to reply
14 replies to this topic

#1 Helmut Schütz

Helmut Schütz

    Advanced Member

  • Val_Members
  • PipPipPip
  • 316 posts
  • LocationVienna, Austria

Posted 07 August 2012 - 04:04 PM

Hi,

 

the subject lines tells it already. Or did I miss something?


 Best regards,
Helmut
https://forum.bebac.at/

#2 Simon Davis

Simon Davis

    Advanced Member

  • Administrators
  • 1,318 posts

Posted 07 August 2012 - 04:25 PM

Helmut, are you talking about the BQL function that would give you the code;

observe(C1Obs = C1 * (1 + C1Eps), bql)

and require you to map a column of data containing the flag of whether it was BQL or not to C1ObsBQL? Posted Image

Attached Thumbnails

  • bql.jpg


#3 Helmut Schütz

Helmut Schütz

    Advanced Member

  • Val_Members
  • PipPipPip
  • 316 posts
  • LocationVienna, Austria

Posted 07 August 2012 - 05:17 PM

Hi Simon,

exactly. I have coded Cobs and CObsBQL (which works both with a genuine PHX model as well as a WNL model within PHX), but with any user model I can't map the CObsBQL column. See also here: Posted Image

Attached Thumbnails

  • Censored.png

 Best regards,
Helmut
https://forum.bebac.at/

#4 Simon Davis

Simon Davis

    Advanced Member

  • Administrators
  • 1,318 posts

Posted 07 August 2012 - 06:00 PM

I think we would have to see the project- I am sure this is possible.



#5 Samer Mouksassi

Samer Mouksassi

    Advanced Member

  • Val_Members
  • PipPipPip
  • 90 posts

Posted 07 August 2012 - 06:19 PM

Hello,

 

In graphical mode when select the green observation box you tick the BQL box

or

In textual mode :

    observe(CObs = C + CEps, bql)

 

In both cases you will automatically get to map a CObsBQL in Main

 

 

Samer



#6 Helmut Schütz

Helmut Schütz

    Advanced Member

  • Val_Members
  • PipPipPip
  • 316 posts
  • LocationVienna, Austria

Posted 07 August 2012 - 06:59 PM

Hi Samer,

 

THX – this was it! Case closed. ;-)


 Best regards,
Helmut
https://forum.bebac.at/

#7 Elliot Offman

Elliot Offman

    Advanced Member

  • Members
  • PipPipPip
  • 101 posts

Posted 23 March 2013 - 01:42 PM

Does this treat the BQLs as per the Beal M3 approach?

if so are there any limitations you are aware of (i.e. patterns in the data where this approach might provide unreliable estimates, e.g. when the number of BLQs are >x% of the data; when the distribution of BQLs are concentrated in on part of the curve)?

 

Thanks,

Elliot



#8 Simon Davis

Simon Davis

    Advanced Member

  • Administrators
  • 1,318 posts

Posted 24 March 2013 - 02:52 PM

Elliot,

    The way PML handles BQL is identical to NONMEM's M3 method.

 

If the error model is log-additive, or if the error model is additive on log-transformed data, then it is identical to the M4 method.

 

Many PK data sets are fit better with the log-additive error model, or with log-transformed data. The overall effect BQL has is to penalize parameters for predicting too high.

 

  Simon.



#9 Elliot Offman

Elliot Offman

    Advanced Member

  • Members
  • PipPipPip
  • 101 posts

Posted 24 March 2013 - 04:10 PM

Thanks,

So if I understand correctly (and correct me if that's an incorrect assumption):

-add a column in the input dataset

-create a flag for data which is to be censored

-the DV=0 if not to be censored

-the DV= 1 (or some other numberic non-zero values) if the value is to be censored

-select the BQL radio box if censoring is to be performed onthe BQL value

 

Where does the actual LLOQ go? or is it unecessary to specify this value the objective is to estimate this value regardless of what the LLOQ is?



#10 Simon Davis

Simon Davis

    Advanced Member

  • Administrators
  • 1,318 posts

Posted 25 March 2013 - 10:49 AM

Elliot,
Actually we provide a tool under the Data called BQL that will create the flag column CObsBQL for you. (leave the conditional substitutions all blank if you choose this option Posted Image

you can use either a static value for LLoQ, or if it is already present in the dataset you can map it in (perhaps different assays used)

then it will set the the column CObsBQL to 1 and the new column for concentration created to the value of the LLOQ when if finds the BQL value in the original conc column/or flag column.

for non BQL observations the original conc will be passed through; take a look at the modelling sub workflow in the attached project.

Simon. [file name=ex8_BQL.phxproj size=265885]http://www.pharsight.com/extranet/media/kunena/attachments/legacy/files/ex8_BQL.phxproj[/file] Posted Image

Attached Thumbnails

  • BQLres.jpg
  • BQL.jpg

Attached Files



#11 Kathryn

Kathryn

    Member

  • Members
  • PipPip
  • 15 posts

Posted 22 October 2013 - 10:13 AM

Hi, firstly - thanks for this useful thread, as I was just trying to work out how to apply the Beal M3 rule in my Phoenix population model.

 

My question - does it matter what value you put in the observation data column for these BLQ values? I see that in Simon's example he has the LLOQ value (2) but I have a colleague who used LLOQ/2 - I think I'm right in thinking that the M3 model doesn't care what value you put, but I just wanted to check!

 

Kathryn



#12 Samer Mouksassi

Samer Mouksassi

    Advanced Member

  • Val_Members
  • PipPipPip
  • 90 posts

Posted 22 October 2013 - 11:33 AM

Hi,

Question - does it matter what value you put in the observation data column for these BLQ values?
Yes whenever you have your BQL Flag =1 Phoenix will use the value in the CObs (DV) as the lloq value.
M3 method will need to know what was your LOQ value.

Note that the the BQL flag is a convenience that is available in Phoenix however you can also right your own likelihood function and code if you want to try alternative methods.

Many publication exist that will go through the theory and simulation to evaluate these methods performance :

1: Bergstrand M, Karlsson MO. Handling data below the limit of quantification in
mixed effect models. AAPS J. 2009 Jun;11(2):371-80. doi:
10.1208/s12248-009-9112-5. Epub 2009 May 19. PubMed PMID: 19452283; PubMed
Central PMCID: PMC2691472.


2: Ahn JE, Karlsson MO, Dunne A, Ludden TM. Likelihood based approaches to
handling data below the quantification limit using NONMEM VI. J Pharmacokinet
Pharmacodyn. 2008 Aug;35(4):401-21. doi: 10.1007/s10928-008-9094-4. Epub 2008 Aug
7. Erratum in: J Pharmacokinet Pharmacodyn. 2010 Jun;37(3):305-8. PubMed PMID:
18686017.


3: Beal SL. Ways to fit a PK model with some data below the quantification limit.
J Pharmacokinet Pharmacodyn. 2001 Oct;28(5):481-504. Erratum in: J Pharmacokinet
Pharmacodyn 2002 Jun;29(3):309. PubMed PMID: 11768292.


4: Byon W, Fletcher CV, Brundage RC. Impact of censoring data below an arbitrary
quantification limit on structural model misspecification. J Pharmacokinet
Pharmacodyn. 2008 Feb;35(1):101-16. Epub 2007 Oct 26. PubMed PMID: 17963024.


5: Xu XS, Dunne A, Kimko H, Nandy P, Vermeulen A. Impact of low percentage of
data below the quantification limit on parameter estimates of pharmacokinetic
models. J Pharmacokinet Pharmacodyn. 2011 Aug;38(4):423-32. doi:
10.1007/s10928-011-9201-9. Epub 2011 May 31. PubMed PMID: 21626437.


Samer Mouksassi

Pharsight Consulting Services

#13 Georgia Charkoftaki

Georgia Charkoftaki

    Advanced Member

  • Members
  • PipPipPip
  • 39 posts

Posted 12 December 2013 - 07:10 PM

Hi,

I am running a model with BQL, I was reading this thread and I would like to clarify something.

Under the LLOQ column you add the actual value?

Thanks,

Georgia



#14 serge guzy

serge guzy

    Advanced Member

  • Members
  • PipPipPip
  • 485 posts

Posted 15 December 2013 - 06:28 AM

Dear Georgia

When you click on bql option in the residual error part of the model, you need to map CObsBQl with the censor column you have ion your data.

The censor column has the value 1 when an observation is BQL.

In the CObs column (your response column), you put the LOQ value when an observation is BQL. Therefore, you have 1 in the censor column and the LOQ value in the response column.

This applies to NLME.

Best

Serge



#15 Simon Davis

Simon Davis

    Advanced Member

  • Administrators
  • 1,318 posts

Posted 15 December 2013 - 07:38 PM

Georgia, to add to Serge's comment; most labs supply values below LoQ (Level of Quantification) in a censored format e.g. < 10 so the value you would use is 10 with the CObsBQl flag of 1 as Serge indicated.

 

  If you have actual values below LoQ from your lab then I believe you could use them with this flag too.

 

    Simon






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users