Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sabanes Bove committed Sep 15, 2023
1 parent daf83d2 commit 73b94f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Design-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -4720,7 +4720,7 @@ setMethod(
recommended_doses <- as.numeric(sapply(this_list, "[[", "dose"))
fit_list <- lapply(this_list, "[[", "fit")
stop_reasons <- lapply(this_list, "[[", "stop")
report_results <- lapply(this_list, "[[", "report_results")
report_results <- lapply(this_list, "[[", "results")
stop_report <- as.matrix(do.call(rbind, report_results))

Simulations(
Expand Down

0 comments on commit 73b94f4

Please sign in to comment.