Bill Denney
Bill Denney
Related to eclarke/ggbeeswarm#87 Thanks for making this great package! I recently started using it via `ggbeeswarm`, and I found that it gave an error for infinite inputs. I'd propose that...
Fix #19 Related to eclarke/ggbeeswarm#87 This PR does two things (three if you count removing trailing whitespace): 1. Consolidates the code from `swarmx()` and `swarmy()` into `swarmboth()` 2. Uses the...
There is an issue reading my models when there is a comment before the $PROBLEM statement at the top. This manifested itself as firstLine in writeNMControlStream being `NA`. I'm not...
Here is what I was trying to do (except my real data had 26k rows): ``` r library(pmxTools) #> Loading required package: patchwork mydata Error in while (tend < guess_tmax)...
What do you think about adding NCA parameters to the outputs of `calc_derived*()`? The specific parameters I'm thinking of are: * Cmax_dose_normalized * Tmax * AUC_dose_normalized (AUCinf for single dose...
Related to https://github.com/nlmixr2/babelmixr2/issues/60 and https://github.com/r-lib/xml2/issues/376
It seems like simulated data should generally go through the equivalent transformations as observed data. For that reason, I think that it makes sense to use `quantile_cens()` instead of the...
In some scenarios, `NA` values are treated as censored while in other scenarios, censored values are treated as either `-Inf` or `Inf`. I think that it would be simpler to...