-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 933 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(Statmap)
export(criticalVector)
export(dI)
export(lambdaOpt)
export(map_TDP)
export(pARI)
export(pARIbrain)
export(pARIgene)
export(permTest)
export(plotNullDistribution)
export(signTest)
export(simulateData)
export(simulateSpatialData)
importFrom(ARIbrain,cluster_threshold)
importFrom(RNifti,readNifti)
importFrom(RNifti,writeNifti)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(matrixStats,rowRanks)
importFrom(plyr,laply)
importFrom(stats,dist)
importFrom(stats,pbeta)
importFrom(stats,pnorm)
importFrom(stats,power.t.test)
importFrom(stats,pt)
importFrom(stats,qbeta)
importFrom(stats,rnorm)
importFrom(utils,combn)
useDynLib(pARI, .registration = TRUE)