Replies: 2 comments 1 reply
-
|
I don't know if I am correct here, but I think you need to use: est <- read_nmext('run070.ext', project = project) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It'll probably be easier to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Im trying to read ext file so that i can bring the nonmem estimates into R. I could see the file in my directort (i.e run070.ext) but when i tried to read im getting error message as below.
est <- read_nmext('070', project = project)
Error: [read_nmext] could not find the requested 'ext' file '070.ext'
Can anyone guide what am i doing wrong here pls.
Beta Was this translation helpful? Give feedback.
All reactions