Skip to content

Commit

Permalink
Merge pull request #7 from GSK-Biostatistics/review-ps
Browse files Browse the repository at this point in the history
cleaned up a couple of misspellings...
  • Loading branch information
statasaurus authored Dec 14, 2023
2 parents cd7da42 + 3dafbb9 commit 2d69802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/ps.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Create a Proprensity Score Object
#' Create a Propensity Score Object
#'
#' @param internal_df Internal dataset with one row per subject and all the
#' variables needed to run the model
Expand Down Expand Up @@ -139,7 +139,7 @@ print.prop_scr <- function(x, ..., n = 10){
cli_h1("Model")
cli_bullets(c("*" = f_rhs(x$model)))

cli_h1("Propensoity Scores and Weights")
cli_h1("Propensity Scores and Weights")
x$external_df |>
select(!!x$id_col,
Internal = .data$`___internal___`,
Expand Down

0 comments on commit 2d69802

Please sign in to comment.