diff options
| -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 }
 | 
