Skip to content

Commit 8b0ab9e

Browse files
committed
rm warning as it's too sensitive
1 parent 3fbeaef commit 8b0ab9e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/PBA.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,6 @@ PBA <- function(f.root, interval, ..., p = .6,
381381
if(interpolate && is.na(glmpred0[1]))
382382
warning('Interpolation model failed; root set to last PBA estimate',
383383
call.=FALSE)
384-
if(abs(e.froot) > .05)
385-
warning('E(f(x)) indicates that the root may not be sufficiently accurate',
386-
call.=FALSE)
387384
ret <- list(iter=iter, root=root, terminated_early=converged, integer=integer,
388385
e.froot=e.froot, x=x, fx=fx,
389386
medhistory=medhistory, roothistory=roothistory[1:length(medhistory)],

0 commit comments

Comments
 (0)