Skip to content

Commit

Permalink
Make sure eta values are not bounded
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 3, 2023
1 parent 5b90211 commit a55f311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/piping-ini.R
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@
.minfo("old initial estimate was negative, changing to positive")
.newEta$est <- -.newEta$est
}
.newEta$lower <- -Inf
.newEta$upper <- Inf
.eta <- rbind(.eta, .newEta)
}
.ini <- rbind(.theta, .eta)
Expand Down

0 comments on commit a55f311

Please sign in to comment.