Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

as.nlmixr2 should fail with a better message when eps1 or err1 is present in the model #95

Open
mattfidler opened this issue Sep 21, 2023 · 0 comments

Comments

@mattfidler
Copy link
Member

mattfidler commented Sep 21, 2023

Right now it says:

mod102 <- nonmem2rx("run102.ctl",lst=".res", save=FALSE)

run102NM <- as.nlmixr2(mod102)

# Error in nlmixr2est::.foceiPreProcessData(env$origData, env, .ui) :

#   Assertion on 'names(data)' failed: Names must include the elements {'ID','DV','TIME','AED','WTBL','eps1'}, but is missing elements {'eps1'}.

# Error in get("time", envir = envir) : object 'time' not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant