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

Error Plotting Poorly Formatted ETA Name #125

Open
billdenney opened this issue Dec 20, 2018 · 0 comments
Open

Error Plotting Poorly Formatted ETA Name #125

billdenney opened this issue Dec 20, 2018 · 0 comments
Labels
Milestone

Comments

@billdenney
Copy link
Contributor

My eta variables are not correctly detected, so I manually assigned them with:

mydata <-
  xpose_data(runno=1, dir="../NONMEM/PK/") %>%
  set_var_types(eta=c("ETA(FGUT)", "ETA(ALAG)", "ETA(KA)", "ETA(CL)", "ETA(QCENT", "ETA(QCENT_1", "ETA(VCENT", "ETA(VP1)", "ETA(VP2)"))

When I then try to plot with:

eta_distrib(mydata)

I get the following error:

> eta_distrib(mydata)
Error in parse(text = x) : <text>:2:0: unexpected end of input
1: ETA(QCENT
   ^
romainfrancois added a commit to romainfrancois/xpose that referenced this issue Dec 20, 2018
use `select_at()` instead of `select()`. related to UUPharmacometrics#125
@bguiastr bguiastr added this to the xpose 0.5 milestone Jan 13, 2019
@bguiastr bguiastr added the bug label Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants