Ben
Ben
@jeslo328 I guess an easy way to rename your panels would be through the labeller function: ```r xpdb_ex_pk %>% eta_distrib(xpdb = xpdb_ex_pk, labeller = labeller(variable = c('ETA(1)' = 'ETA CL',...
@MikeKSmith and @billdenney I had not realized that so many modelers were using specific ETA names. I can see the value for this in the plot and that it need...
Thanks for letting me know about this, it is very interesting!
@billdenney that is a good point it could be useful to enrich the data by merging it with `data.frames`. I will see what I can do. FYI I am also...
By the way thanks for your comment about the `$
Hi @billdenney happy new year and thanks for the suggestion. I will try to implement that in the upcoming 0.5 version of xpose.
Thanks for the detailed example. I need to rethink the way that blocks are parsed, xpose currently assumes that all blocks are written in their "triangle" form and not as...
Hello, Unfortunately xpose does not yet support Kaplan VPCs. However when it will, it will most likely be a wrapper around [vpc::vpc_tte](http://vpc.ronkeizer.com/tte-data.html).
Hello Matt, * The vpc package is used by the [`vpc_data()`](https://uupharmacometrics.github.io/xpose/reference/vpc_data.html) function of xpose. * Moving xpose toward a full s3 approach is a top priority on my todo list....
That would be great. Thanks!