Skip to content

Commit

Permalink
Add missing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 5, 2023
1 parent efce2c2 commit 035bd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/piping-ini.R
Original file line number Diff line number Diff line change
Expand Up @@ -479,11 +479,11 @@
}
.newEta$lower <- -Inf
.newEta$upper <- Inf
.newEta$condition <- "id"
.eta <- rbind(.eta, .newEta)
}
.ini <- rbind(.theta, .eta)
assign("iniDf", .ini, envir=rxui)
# This may change mu-referencing, recalculate everything
.iniHandleRecalc(rxui)
invisible()
}
Expand Down

0 comments on commit 035bd09

Please sign in to comment.