Covariates identification when table file name is UPPERCASE
certara-mtomashevskiy opened this issue · 1 comments
certara-mtomashevskiy commented
is there any reason why the covariates are not recognized as covariates when using table filename in UPPERCASE?
$TABLE ID BW NOPRINT FILE=COTAB1 NOPRINT ONEHEADER
$TABLE ID SEX NOPRINT FILE=CATAB1 NOPRINT ONEHEADER
$TABLE ID CWRES NOPRINT FILE=CWTAB1 NOPRINT ONEHEADER
> list_vars(xpdb)
List of available variables for problem no. 1
- Subject identifier (id) : ID
- Dependent variable (dv) : DV
- Independent variable (idv) : TIME
- Event identifier (evid) : EVID
- Missing dependent variable (mdv) : MDV
- Model typical predictions (pred) : PRED
- Model individual predictions (ipred) : IPRED
- Residuals (res) : IWRES, CWRES, EWRES, NPDE, RES, WRES
- Not attributed (na) : IRES, NPD, BW, SEX
bguiastr commented
Hi, the table name recognition was case sensitive, I lifted that in the development version of xpose you can test it out and let me know if that work for you.