Jump to content


Photo

different weighting for different tissue data


  • Please log in to reply
2 replies to this topic

#1 Cathrine Denton

Cathrine Denton

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 14 February 2011 - 04:13 PM

I am working on a PK model for data from various tissues. I fit a simple 2CM PK model to the plasma data using 1/Yhat weighting. However, when I build in a compartment (using ASCII model) to model liver concentrations, I don't know how to keep the 1/Yhat weighting for plasma, but use a different weight (say 1/Y) for the liver data. Is there a way to do this?



#2 Jun Shen

Jun Shen

    Member

  • Members
  • PipPip
  • 23 posts

Posted 23 February 2011 - 07:50 PM

The WNL manual mentions a way by defining the weighting variable WT,

 

FUNC 1

F=....

WT=1/(F*F)

END

 

FUNC 2

F=....

WT=1/Y

END

 

I never tried myself, will be interested to know if this is working.

 

Jun Shen

Seventh Wave Labs



#3 Simon Davis

Simon Davis

    Advanced Member

  • Administrators
  • 1,318 posts

Posted 17 May 2012 - 01:12 PM

Sorry - a long time in coming to this response but I would suggest this is much easier in the Phoenix models; e.g. here is a snippet of code from a simple PKPD link model where different error models have been applied in the user interface to the conc and effect of multiplicative and additive respectively;

/extranet/media/kunena/attachments/legacy/images/errDiff.jpg

to give

error(EEps = 1)
observe(EObs = E + EEps)
error(CEps = 1)
observe(CObs = C * (1 + CEps))

but yes the different functions you described above should work in WNL classic ascii models

Simon




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users