Skip to content

Commit

Permalink
Clarify that the FOCEi is what calculates OBJF
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Feb 6, 2018
1 parent 276db36 commit b4babed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/focei_fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ print.focei.fit <- function(x, ...) {
} else if (is(x, "nlmixr.ui.saem")){
saem <- fit$saem;
uif <- env$uif;
message(sprintf("nlmixr SAEM fit (%s)\n", ifelse(is.null(uif$nmodel$lin.solved), "ODE", "Solved")))
message(sprintf("nlmixr SAEM fit (%s); OBJF calculated from FOCEi approximation\n", ifelse(is.null(uif$nmodel$lin.solved), "ODE", "Solved")))
} else {
message(sprintf("nlmixr FOCEI fit (%s)\n", ifelse(fit$focei.control$grad, "with global gradient", "without global gradient")));
}
Expand Down

0 comments on commit b4babed

Please sign in to comment.