-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI of Response Rate and Odds Ratio (#9)
* add s_propci function for proportion calculation with DescTools * Add s_odds_ratio for odds ratio calculation and tests * add print method for prop_ci and or_ci classes
- Loading branch information
Showing
12 changed files
with
925 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,29 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(print,or_ci) | ||
S3method(print,prop_ci) | ||
S3method(print,s_lsmeans) | ||
export("%>%") | ||
export(h_prep_prop) | ||
export(rrPostProb) | ||
export(s_get_lsmeans) | ||
export(s_odds_ratio) | ||
export(s_propci) | ||
import(checkmate) | ||
importFrom(dplyr,add_count) | ||
importFrom(dplyr,count) | ||
importFrom(dplyr,group_by) | ||
importFrom(lifecycle,deprecated) | ||
importFrom(magrittr,"%>%") | ||
importFrom(rlang,":=") | ||
importFrom(rlang,.data) | ||
importFrom(rlang,sym) | ||
importFrom(stats,as.formula) | ||
importFrom(stats,coef) | ||
importFrom(stats,confint) | ||
importFrom(stats,pbeta) | ||
importFrom(stats,rbinom) | ||
importFrom(stats,setNames) | ||
importFrom(survival,Surv) | ||
importFrom(survival,coxph) | ||
importFrom(survival,strata) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.