-
Related to #548 in that I'm still trying to make that simulation...
It would be helpful if rxSolve could allow the object to be an nlmixr function definition (i.e. a function with an `ini()` and `m…
-
@mattfidler
Hi Matt,
I find an issue with the "nls" parameter estimation when setting all of the initial estimates to 1. It appears that this setting can result in the parameter values becoming…
-
I was looking at your code, and noticed
```c++
NumericVector seeds = runif(ncores, 1.0, std::numeric_limits::max());
```
Have you considered https://www.johndcook.com/blog/2016/01/29/random-nu…
-
This is related to this issue:
https://github.com/nlmixr2/babelmixr2/issues/107
Consider this example here.
```r
library(rxode2)
library(babelmixr2)
my_model
-
Hello,
I would like to know if it is possible to increase the time sampling of the simulations of the vpcPlot so that it is not limited to the observation times of the fit data. Eventually, in this…
-
How can I solve this problem?I use the saem algorithm,
Error in covSearchRes[[which.min(resTable$pchisqr)]][[1]] :
wrong arguments for subsetting an environment
-
* [x] Check direct revdeps
* knitr: false positive
* multiverse: https://github.com/MUCollective/multiverse/pull/119
* [x] Check knitr revdeps
* [ ] https://github.com/r-lib/coro — @lionel- …
-
``` r
library(rxode2)
#> rxode2 2.0.11.9000 using 4 threads (see ?getRxThreads)
#> no cache: create with `rxCreateCache()`
f
-
Hi Matt,
I was trying to reinstall nlmixr2 and getting this for dparse -12 (-11 installs nicely), am using Ubuntu:
In file included from d.h:39,
from rdparse.c:2:
rdparse.c: I…
-
Not an issue per se - unsure on how to code this
Can we have infusion time coded as an "a" poped variable?
I am trying some code structure similar to this - maybe different coding should be used…