Undefined 'dvid' integer values in data: 1, 2, 3 #373
-
I have an oral 2-comp indirect response model with the concentration compartment labeled as
I get the following error:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Well, Could you add a reproducible example so I can help you with this issue? |
Beta Was this translation helpful? Give feedback.
-
@Dstix , can you share the model function (changing proprietary numbers and names) along with the unique values in the dvid column? That may give us some hints. |
Beta Was this translation helpful? Give feedback.
-
And, what are the unique dvid and cmt values in your data? ( |
Beta Was this translation helpful? Give feedback.
-
To be clear do you mean you have a successful minimization following by an unsuccessful |
Beta Was this translation helpful? Give feedback.
And, what are the unique dvid and cmt values in your data? (
unique(data[, c("cmt", "dvid")])
)