nlmixrdevelopment / nlmixr

nlmixr: an R package for population PKPD modeling
https://nlmixrdevelopment.github.io/nlmixr/
GNU General Public License v2.0
114 stars 45 forks source link

nmDataconvert for nlmixr2 #645

Open SimonecJansen opened 10 months ago

SimonecJansen commented 10 months ago

Hi

is there anmdatacoonvert option in nlmixr 2 as wel, nlmix is not compartible with my version of R.

Kind regards,

Simone

mattfidler commented 10 months ago

Hi @SimonecJansen for nlmixr2, you should not need to convert the data from NONMEM to nlmixr2/rxode2 format. They are very close and would likely work.

See

https://nlmixr2.github.io/rxode2-manual/events.html

ERICWu9 commented 9 months ago

Hi all,

As a person with experience with NONMEM and currently exploring nlmixr2, do I understand it correctly that the NONMEM format evid is acceptable for nlmixr2? And would I need an additional row indication the end of iv infusion with a negative amt?

Kind regards, Eric

mattfidler commented 9 months ago

You can tyically use a nonmem dataset as it is. No need for a record to turn off infusions.

See

https://nlmixr2.github.io/rxode2/articles/rxode2-datasets.html

https://nlmixr2.github.io/rxode2/articles/rxode2-event-types.html

Matt