-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
54 lines (53 loc) · 1.22 KB
/
NAMESPACE
File metadata and controls
54 lines (53 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,fqvalue)
S3method(as.double,fPi0)
S3method(as.double,fqvalue)
S3method(plot,fPi0)
S3method(plot,fqvalue)
S3method(print,fPi0)
S3method(print,fqvalue)
S3method(summary,fqvalue)
export(compare_qvalue)
export(estimate_fixed_pi0)
export(estimate_fpi0)
export(fixed_pi0_table)
export(fqvalue)
export(kernelUnitInterval)
export(plot_MISE)
export(simulate_fPi0_t_tests)
export(simulate_t_tests)
export(yeast_summary)
import(broom)
import(ggplot2)
import(gridExtra)
import(locfit)
import(qvalue)
import(reshape2)
import(scales)
import(splines)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(graphics,plot)
importFrom(stats,approx)
importFrom(stats,binom.test)
importFrom(stats,binomial)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,fitted.values)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,optimize)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,t.test)
useDynLib(fFDR)