MarcLavielle / mlxR

mlxR
Other
19 stars 5 forks source link

monolix2simulx() omitting tinf (possibly also rate) #13

Open fabern opened 7 years ago

fabern commented 7 years ago

Dear Marc,

I've encountered a problem with the monolix2simulx() converter.

Treatment details such as tinf (and possibly also rate) are not copied into treatment.txt. When adding them manually to the imported treatment.txt (trt$tinf<-...) simulx() handles it correctly.

Best, Fabian

Modified example project: monolix2simulx(project = 'monolixRuns/pkrtte_modified_project.mlxtran') pkrtte_modified.zip

MarcLavielle commented 7 years ago

column TINF should be defined as TINF in the monolix project.

Nevertheless there is a bug :TINF is not recognized by monolix2simulx (you can use RATE instead) Will be fixed in the next release (on Github)

best, Marc

2017-06-21 9:18 GMT+02:00 Fabian Bernhard notifications@github.com:

Dear Marc,

I've encountered a problem with the monolix2simulx() converter.

Treatment details such as tinf (and possibly also rate) are not copied into treatment.txt. When adding them manually to the imported treatment.txt (trt$tinf<-...) simulx() handles it correctly.

Best, Fabian

Modified example project: monolix2simulx(project = 'monolixRuns/pkrtte_modified_project.mlxtran') pkrtte_modified.zip https://github.com/MarcLavielle/mlxR/files/1090581/pkrtte_modified.zip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MarcLavielle/mlxR/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ3yug2P1qgjpOUjKfgZUt8SyO1epRzQks5sGMPJgaJpZM4OAjQy .

--

Marc Lavielle

CMAP, Ecole Polytechnique91128 Palaiseau Cedex

France Tel: (33) 1 69 33 46 00 (33) 6 37 31 93 05

Marc.Lavielle@inria.fr http://www.cmap.polytechnique.fr/~lavielle

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""

fabern commented 7 years ago

Thanks for this very rapid reply.

Will be looking forward to the next release then.

Fabian