Skip to content

Commit

Permalink
removed legacy option
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Jun 5, 2024
1 parent 791a0e7 commit 90af5ad
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 90af5ad

Please sign in to comment.