nlmixr2 / rxode2parse

1 stars 0 forks source link

etTran giving warnings (I believe false) #46

Closed mattfidler closed 1 year ago

mattfidler commented 1 year ago

In the output object I'm getting this:

Information about run found (res5$runInfo):
  • column 'logCRCL100' has only 'NA' values for id '84' 
• column 'logCRCL100' has only 'NA' values for id '82' 
• column 'logCRCL100' has only 'NA' values for id '81' 
• column 'logCRCL100' has only 'NA' values for id '80' 
• column 'logCRCL100' has only 'NA' values for id '78' 
• column 'logCRCL100' has only 'NA' values for id '77' 
• column 'logCRCL100' has only 'NA' values for id '75' 
... etc for most (but not all) IDs in the dataset. 

So perhaps some parsing of the dataset by nlmixr is changing the covariate data? Or perhaps some indexing is wrong, also leading to the wrong order of parameters reported? I'll send you the dataset and script in a minute. Thanks for your time!

Yes, I know about the seed. I meant that I was expecting different results even with the similar seed because I'm testing two different covariate models. With "sampling" I meant that it's just ignoring the covariate altogether and having an unidentifiable parameter there.

_Originally posted by @roninsightrx in https://github.com/nlmixr2/nlmixr2est/issues/348