forked from MahShaaban/pcr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 718 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 718 Bytes
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
# Generated by roxygen2: do not edit by hand
export(pcr_analyze)
export(pcr_assess)
export(pcr_curve)
export(pcr_dct)
export(pcr_ddct)
export(pcr_efficiency)
export(pcr_lm)
export(pcr_standard)
export(pcr_test)
export(pcr_ttest)
export(pcr_wilcox)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(stats,aggregate)
importFrom(stats,coefficients)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,relevel)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)