aboutsummaryrefslogtreecommitdiff
path: root/man/mkinfit.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-06 21:33:12 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-06 21:33:12 +0200
commit1195dfc8bdbf7c131d6c6ec30fedbbe746af1bee (patch)
tree4a1f3f252c61ee6ed8890a3ea79f06c64730b411 /man/mkinfit.Rd
parentbed7630b41738271e3022d498df773f5157fcbac (diff)
Change implementation of analytical solutions
Preparing for symbolic solutions for more than one compound
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r--man/mkinfit.Rd8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd
index 45036361..89d2ddd6 100644
--- a/man/mkinfit.Rd
+++ b/man/mkinfit.Rd
@@ -28,8 +28,8 @@ mkinfit(
rtol = 1e-10,
n.outtimes = 100,
error_model = c("const", "obs", "tc"),
- error_model_algorithm = c("auto", "d_3", "direct", "twostep", "threestep", "fourstep",
- "IRLS", "OLS"),
+ error_model_algorithm = c("auto", "d_3", "direct", "twostep", "threestep",
+ "fourstep", "IRLS", "OLS"),
reweight.tol = 1e-08,
reweight.max.iter = 10,
trace_parms = FALSE,
@@ -238,13 +238,13 @@ SFO_SFO <- mkinmod(
# Fit the model to the FOCUS example dataset D using defaults
print(system.time(fit <- mkinfit(SFO_SFO, FOCUS_2006_D,
solution_type = "eigen", quiet = TRUE)))
-coef(fit)
+parms(fit)
endpoints(fit)
\dontrun{
# deSolve is slower when no C compiler (gcc) was available during model generation
print(system.time(fit.deSolve <- mkinfit(SFO_SFO, FOCUS_2006_D,
solution_type = "deSolve")))
-coef(fit.deSolve)
+parms(fit.deSolve)
endpoints(fit.deSolve)
}

Contact - Imprint