Skip to content

Commit

Permalink
more terse message
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Feb 7, 2025
1 parent ab3c2f7 commit fabdc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: SimDesign
Title: Structure for Organizing Monte Carlo Simulation Designs
Version: 2.18.2
Version: 2.18.3
Authors@R: c(person("Phil", "Chalmers", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID="0000-0001-5332-2810")),
person("Matthew", "Sigal", role = c("ctb")),
Expand Down
2 changes: 1 addition & 1 deletion R/PBA.R
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ PBA <- function(f.root, interval, ..., p = .6,
root <- if(!interpolate || is.na(glmpred0[1]))
medhistory[length(medhistory)] else glmpred0[1L]
if(interpolate && is.na(glmpred0[1]))
warning('Interpolation model failed; root value set to last PBA root estimate',
warning('Interpolation model failed; root set to last PBA estimate',
call.=FALSE)
ret <- list(iter=iter, root=root, terminated_early=converged, integer=integer,
e.froot=e.froot, x=x, fx=fx, medhistory=medhistory,
Expand Down

0 comments on commit fabdc47

Please sign in to comment.