Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Bean <46638695+nwbean@users.noreply.github.com>
  • Loading branch information
statasaurus and nwbean authored Jun 17, 2024
1 parent 49c82b9 commit a55dfdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/post.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#' post_treated <- calc_post_norm(internal_data = filter(int_norm_df, trt == 1),
#' response = y,
#' prior = dist_normal(50, 10),
#' internal_sd = 0.25)
#' internal_sd = 0.15)
#'
calc_post_norm<- function(
internal_data,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ devtools::install_github("GSK-Biostatistics/beastt")

## Usage

At the moment {beastt} covers normal and binomial cases for more
At the moment {beastt} covers cases when borrowing from external control data with either normal or binary endpoints.
For more information, see the vignettes. Future updates are expected to include cases
repeated measure cases.
with survival endpoints and repeated measure.

## Contributing

Expand Down

0 comments on commit a55dfdc

Please sign in to comment.