Skip to content

Commit

Permalink
Merge branch 'main' into 563-write-info-about-model-piping
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 5, 2023
2 parents 89962fa + 035bd09 commit 909fee8
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 909fee8

Please sign in to comment.