Ben

Results 45 comments of Ben

Thanks for the input @rfaelens. Do you expect many more variations of _NMTRAN_ vs _NM-TRAN_? If not I would simply add the hyphen as optional in the regular expression.

Hi @billdenney, happy new year! Thanks a lot for the snippet, I have a lot on my plate at the moment but I would definitively consider to include this function...

Hi, Appologies for the delay in my response. The representation of the medians for the percentiles of the simulations is not yet implemented in `xpose` but given the flexibility of...

Hi @oskarrgh, Thanks a lot for the feedback. Would you be able to PM me a reproducible example so I can run some tests on it? In the meantime they...

@JoannaPeng, the approach you used to relabel the factors should work you are probably close to the answer ! Two suggestions from my end: 1) You might find it easier...

Glad it solved your problem !

@billdenney very good suggestion I am also looking into drake myself I would certainly like to see xpose compatible with it !!

@mattfidler the trick for the operator precedence issue is to use `{ }` e.g. ```r xpdb %>% {dv_vs_pred(.) + ylab("Observed Nimotuzumab Concentrations (ug/mL)") + xlab("Population Predicted Nimotuzumab Concentrations (ug/mL)")} %>%...

@mattfidler, having the possibility to store plots within the xpdb is something I have been considering for a while e.g.: ``` xpbd %>% dv_vs_ipred() %>% res_vs_idv() %>% xpose_save(file = '@run_gofplots.pdf')...

@billdenney I have done some updates on `read_nm_tables()`, among other things I removed the dependency on the ID column and preserved the filenames in preparation to #140 Can you check...