-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
121 lines (120 loc) · 2.88 KB
/
NAMESPACE
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Generated by roxygen2: do not edit by hand
export(AUC)
export(Avg)
export(CAt)
export(Cavg)
export(Clast)
export(Cmax)
export(Cmin)
export(Ctrough)
export(CustomMetric)
export(CustomMetricTbl)
export(Last)
export(Max)
export(Min)
export(NCAMetrics)
export(NCAMetricsTable)
export(Thalf)
export(Thalf.1cpt)
export(Thalf.2cpt.dist)
export(Thalf.2cpt.eff)
export(Thalf.2cpt.z)
export(TimeAboveLimit)
export(TimeBelowLimit)
export(Tmax)
export(Tmin)
export(ValueAt)
export(calculate)
export(computeNCAMetricSummary)
export(computeTimeAboveBelow)
export(cv)
export(discardCategoryColumn)
export(extractBraceValues)
export(generateTableCode)
export(generateTestData)
export(geocv)
export(geomean)
export(getLaTeXName)
export(getScenarios)
export(getUnit)
export(glueStatDisplay)
export(iValue)
export(iValueTbl)
export(iValues)
export(metrics.1cpt)
export(metrics.2cpt)
export(metrics.common)
export(reduceTo2Dimensions)
export(se)
export(statDisplayString)
export(thalf.1cpt.required)
export(thalf.2cpt.required)
export(timerange)
export(toGt)
exportClasses(auc_metric)
exportClasses(cat_metric)
exportClasses(cavg_metric)
exportClasses(cmax_metric)
exportClasses(cmin_metric)
exportClasses(custom_metric)
exportClasses(dataframe_type)
exportClasses(gt_type)
exportClasses(gtsummary_type)
exportClasses(nca_metric)
exportClasses(nca_metrics)
exportClasses(nca_metrics_table)
exportClasses(thalf_metric)
exportClasses(theoretical_thalf_metric)
exportClasses(time_above_below_limit)
exportClasses(tmax_metric)
exportClasses(tmin_metric)
importFrom(assertthat,assert_that)
importFrom(campsis,Bolus)
importFrom(campsis,Covariate)
importFrom(campsis,Dataset)
importFrom(campsis,Observations)
importFrom(campsis,obsOnly)
importFrom(campsis,simulate)
importFrom(campsismod,find)
importFrom(campsismod,replace)
importFrom(cards,ard_categorical)
importFrom(cards,ard_continuous)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(gt,cells_body)
importFrom(gt,fmt_markdown)
importFrom(gt,text_transform)
importFrom(gtsummary,all_dichotomous)
importFrom(gtsummary,as_gt)
importFrom(gtsummary,modify_header)
importFrom(gtsummary,tbl_summary)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(rlang,is_function)
importFrom(rlang,is_lambda)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)