Skip to content

Commit

Permalink
changed cat to message
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Weine committed Aug 1, 2024
1 parent 00f5f75 commit e6547c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ fit_glmpca_pois_main_loop <- function (LL, FF, Y, fixed_l, fixed_f,
loglik_const = loglik_const,
verbose = verbose)
if (!res$convergence)
cat(sprintf(paste("Note that the specified convergence criteria was not",
message(sprintf(paste("Note that the specified convergence criteria was not",
"met within %d iterations."),
control$maxiter))

Expand Down

0 comments on commit e6547c8

Please sign in to comment.