Skip to content

Commit

Permalink
Changed the trial number for the vignette example
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbossert committed Dec 18, 2023
1 parent cb4cf39 commit fff41e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/analysis_normal.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ histcontrol <- filter(dataset,
dose == 0,
primtime == 8,
indication == "MAJOR DEPRESSIVE DISORDER",
protid != 6)
protid != 5)
##Create MAP Prior
hist_data <- data.frame(
Expand Down Expand Up @@ -142,7 +142,7 @@ mods <- DoseFinding::Mods(
new_trial <- filter(dataset,
primtime == 8,
indication == "MAJOR DEPRESSIVE DISORDER",
protid == 6)
protid == 5)
n_patients <- c(150, 142, 147, 149)
Expand Down

0 comments on commit fff41e1

Please sign in to comment.