diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-23 11:51:06 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-23 11:57:40 +0200 |
commit | c21747571ad14fc17a8e73cb0ad39c0ec64856d4 (patch) | |
tree | 482ac563e06751504386768ff5af07cce4dc6bce /man | |
parent | c6759635fbea7f541d421b3de78f0d8868856486 (diff) |
Fix the changed documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/IORE.solution.Rd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/IORE.solution.Rd b/man/IORE.solution.Rd index bad7c1fa..ef729b27 100644 --- a/man/IORE.solution.Rd +++ b/man/IORE.solution.Rd @@ -36,8 +36,9 @@ fit.iore <- mkinfit("IORE", FOCUS_2006_C, quiet = TRUE)
fit.iore.deS <- mkinfit("IORE", FOCUS_2006_C, solution_type = "deSolve", quiet = TRUE)
- data.frame(coef(fit.fomc), coef(fit.iore), coef(fit.iore.deS), row.names = paste("model par", 1:3))
- print(rbind(fomc = endpoints(m.fomc)$distimes, iore = endpoints(m.iore)$distimes,
- iore.deS = endpoints(m.iore)$distimes))
+ print(data.frame(coef(fit.fomc), coef(fit.iore), coef(fit.iore.deS),
+ row.names = paste("model par", 1:3)))
+ print(rbind(fomc = endpoints(fit.fomc)$distimes, iore = endpoints(fit.iore)$distimes,
+ iore.deS = endpoints(fit.iore)$distimes))
}
\keyword{ manip }
|