We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ^
The text was updated successfully, but these errors were encountered:
Update xplot_helpers.R
5d4731d
use `select_at()` instead of `select()`. related to UUPharmacometrics#125
No branches or pull requests
My eta variables are not correctly detected, so I manually assigned them with:
When I then try to plot with:
eta_distrib(mydata)
I get the following error:
The text was updated successfully, but these errors were encountered: