-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
89 lines (88 loc) · 2.28 KB
/
NAMESPACE
File metadata and controls
89 lines (88 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Generated by roxygen2: do not edit by hand
S3method(print,count_evt)
S3method(print,or_ci)
S3method(print,prop_ci)
S3method(print,s_coxph)
S3method(print,s_lsmeans)
S3method(print,s_survival)
export("%>%")
export(Surv)
export(derive_bor)
export(h_fmt_count_perc)
export(h_pairwise_survdiff)
export(h_prep_prop)
export(rrPostProb)
export(s_count_event)
export(s_get_coxph)
export(s_get_lsmeans)
export(s_get_survfit)
export(s_odds_ratio)
export(s_propci)
export(sfreq)
import(checkmate)
importFrom(dplyr,add_count)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forcats,fct)
importFrom(forcats,fct_drop)
importFrom(forcats,fct_reorder)
importFrom(formatters,format_value)
importFrom(lifecycle,deprecated)
importFrom(lubridate,days)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_names)
importFrom(magrittr,set_rownames)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rtables,analyze)
importFrom(rtables,basic_table)
importFrom(rtables,build_table)
importFrom(rtables,in_rows)
importFrom(rtables,non_ref_rcell)
importFrom(rtables,rcell)
importFrom(rtables,split_cols_by)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,pbeta)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,strata)
importFrom(survminer,pairwise_survdiff)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,starts_with)
importFrom(utils,combn)