Continuous covariate with zero value
Started by
Davidq8
, Sep 19 2023 10:02 PM
4 replies to this topic
#1
Posted 19 September 2023 - 10:02 PM
POPULAR
Hello, I'm working on a model and trying to determine how a continuous covariate would affect the Pk parameters of a drug.
This covariate has a value of zero for some subjects and an integer value "above zero" for other subjects.
Even though eta plots demonstrate a significant correlation between the value of this covariate and Pk parameters, I don't get any iterations when I conduct stepwise analysis to evaluate the impact of this covariate on the drug parameters.
Does that imply that the continuous covariates must always have a value greater than zero ?
- XRumer23Teams, KennethBoisp, DonaldKiz and 55 others like this
#2
Posted 20 September 2023 - 12:50 AM
Can you share a snippet of your model code with how you have the covariate influence coded on your parameter? For example, the default syntax:
Cl = tvCl * COV^dCldCOV * exp(nCl))
Would result in Cl taking a value of 0 when the covariate value is 0. -- This run would fail.
The "1+" option would be
Cl = tvCl * (1+(COV)*dCldCOV) * exp(nCl))
This syntax would still allow Cl to take a positive value when COV=0
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users