-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
166 lines (165 loc) · 4.08 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# Generated by roxygen2: do not edit by hand
S3method(calpha.test,fisher)
S3method(plot,StepDownRSCABS)
S3method(plot,dunnett_test_result)
S3method(print,RSCABS)
S3method(print,StepDownRSCABS)
S3method(print,drcComp)
S3method(print,dunnett_test_result)
S3method(print,stepDownTrendBinom)
S3method(print,tskresult)
S3method(summary,StepDownRSCABS)
S3method(tsk,data.frame)
S3method(tsk,numeric)
export("%>%")
export(ECx_rating)
export(ED.ZG)
export(ED.plus)
export(RSCABK)
export(Tarone.test)
export(addECxCI)
export(aggregate_from_individual_simple)
export(aggregate_from_individual_tidy)
export(backCalcSE)
export(broom_dunnett)
export(broom_williams)
export(calcNW)
export(calcSteepnessOverlap)
export(calcTaronesTest)
export(calculate_noec_rstatix)
export(cochranArmitageTrendTest)
export(compare_to_control_fisher)
export(contEndpoint)
export(convert2Score)
export(convert_fish_data)
export(create_contingency_table)
export(dose.p.glmmPQL)
export(drcCompare)
export(dunnett_test)
export(expand_to_individual_simple)
export(expand_to_individual_tidy)
export(getEC50)
export(getEndpoint)
export(getLineContrast)
export(getModelName)
export(getQuadContrast)
export(get_CA_Z)
export(get_RS_adj_val)
export(getwilliamRes)
export(invlogxp)
export(logxp)
export(many_to_one_fisher_test)
export(monotonicityTest)
export(mselect.ED)
export(mselect.ZG)
export(mselect.plus)
export(pavaMean)
export(plot.modList)
export(plot_edList)
export(prelimPlot1)
export(prelimPlot2)
export(prelimPlot3)
export(prelimSummary)
export(prepDataRSCABS)
export(rankTransform)
export(reshape_drcData)
export(runRSCABS)
export(run_RSCA)
export(run_all_threshold_tests)
export(run_threshold_RSCA)
export(simDRdata)
export(simplifyTreatment)
export(simulate_dose_response)
export(stepDownRSCABS)
export(stepDownTrendTestBinom)
export(stepKRSCABS)
export(step_down_RSCABS)
export(summaryZG)
export(test_overdispersion)
export(treatment2dose)
export(tsk)
export(williamsTest_JG)
import(dplyr)
import(ggplot2)
import(scales)
importFrom(DescTools,DunnettTest)
importFrom(PMCMRplus,dunnettTest)
importFrom(PMCMRplus,williamsTest)
importFrom(bmd,bmd)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(drc,ED)
importFrom(drc,getMeanFunctions)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(graphics,text)
importFrom(isotone,gpava)
importFrom(lme4,lmer)
importFrom(magrittr,"%>%")
importFrom(metafor,rma.mh)
importFrom(multcomp,glht)
importFrom(multcomp,mcp)
importFrom(nlme,gls)
importFrom(nlme,lme)
importFrom(nlme,varIdent)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,quo_name)
importFrom(rlang,sym)
importFrom(rstatix,add_significance)
importFrom(rstatix,adjust_pvalue)
importFrom(rstatix,fisher_test)
importFrom(rstatix,t_test)
importFrom(rstatix,wilcox_test)
importFrom(stats,"contrasts<-")
importFrom(stats,AIC)
importFrom(stats,aggregate)
importFrom(stats,aov)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,fisher.test)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,summary.lm)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,xtabs)
importFrom(tibble,tibble)
importFrom(tidyselect,all_of)