Skip to content

Commit

Permalink
Removed Legacy Option (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc authored Jun 5, 2024
1 parent 06dd546 commit c76d738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DataSurvival.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ as_stan_list.DataSurvival <- function(object, ...) {
# Parameters for efficient integration of hazard function -> survival function
gh_parameters <- statmod::gauss.quad(
n = getOption("jmpost.gauss_quad_n"),
kind = getOption("jmpost.gauss_quad_kind")
kind = "legendre"
)

model_data <- list(
Expand Down

0 comments on commit c76d738

Please sign in to comment.