diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-11-28 09:20:07 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-11-28 09:20:07 +0100 |
| commit | fe411af3dbed474d9e5b3cc1d509f66bd76f7319 (patch) | |
| tree | 8b1a3a355c0aa6e0a59ec192e315e96c99640ff2 /man/saem.Rd | |
| parent | a5a73e8d76faff5983399386de571431e8824636 (diff) | |
Example evaluation of D24_2014, improve docs
Diffstat (limited to 'man/saem.Rd')
| -rw-r--r-- | man/saem.Rd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/saem.Rd b/man/saem.Rd index 5d42f1b1..5a125ab6 100644 --- a/man/saem.Rd +++ b/man/saem.Rd @@ -204,9 +204,11 @@ print(f_saem_dfop_sfo) plot(f_saem_dfop_sfo) summary(f_saem_dfop_sfo, data = TRUE) -# The following takes about 6 minutes -f_saem_dfop_sfo_deSolve <- saem(f_mmkin["DFOP-SFO", ], solution_type = "deSolve", - nbiter.saemix = c(200, 80)) +# The following took about 6 minutes and currently fails with +# "Error in deSolve::lsoda(y = odeini, times = outtimes_deSolve, func = lsoda_func, : +# illegal input detected before taking any integration steps - see written message" +#f_saem_dfop_sfo_deSolve <- saem(f_mmkin["DFOP-SFO", ], solution_type = "deSolve", +# nbiter.saemix = c(200, 80)) #anova( # f_saem_dfop_sfo, |
