Skip to content

Commit f69e477

Browse files
committed
same idea for predCI.tol
1 parent 2de89fa commit f69e477

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

R/SimSolve.R

+4-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,10 @@ SimSolve <- function(design, interval, b, generate, analyse, summarise,
481481
on.exit(options(org.opts), add = TRUE)
482482
if(is.null(control$print_RAM)) control$print_RAM <- FALSE
483483
burnin.iter <- 15L
484-
if(!is.null(wait.time) && maxiter == 100L) maxiter <- 3000L
484+
if(!is.null(wait.time) && maxiter == 100L){
485+
maxiter <- 3000L
486+
predCI.tol <- 0
487+
}
485488
if(is.list(replications)){
486489
if(is.null(replications$burnin.iter)) replications$burnin.iter <- burnin.iter else
487490
burnin.iter <- replications$burnin.iter

0 commit comments

Comments
 (0)