Skip to content

Commit

Permalink
Merge pull request #104 from konfound-project/patch-ci-additions
Browse files Browse the repository at this point in the history
edits to CI addition to address error in examples
  • Loading branch information
jrosen48 authored Dec 5, 2024
2 parents 1eb1cd0 + d727e23 commit 86984ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/pkonfound.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
#' pkonfound(-2.2, .65, 200, 3)
#' pkonfound(.5, 3, 200, 3)
#' pkonfound(-0.2, 0.103, 20888, 3, n_treat = 17888, model_type = "logistic")
#' pkonfound(upper_bound = 3, lower_bound = 1, 100, 3) # using a confidence interval
#' pkonfound(upper_bound = 3, lower_bound = 1, n_obs = 100, n_covariates = 3) # using a confidence interval
#'
#' pkonfound(2, .4, 100, 3, to_return = "thresh_plot")
#' pkonfound(2, .4, 100, 3, to_return = "corr_plot")
Expand Down
2 changes: 1 addition & 1 deletion man/pkonfound.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86984ab

Please sign in to comment.