-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,frfast)
S3method(plot,frfast)
S3method(predict,frfast)
S3method(print,frfast)
S3method(summary,frfast)
export(allotest)
export(autoplot)
export(critical)
export(criticaldiff)
export(frfast)
export(globaltest)
export(localtest)
export(runExample)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,ylab)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(mgcv,gam)
importFrom(mgcv,interpret.gam)
importFrom(mgcv,predict.gam)
importFrom(parallel,detectCores)
importFrom(sfsmisc,D1D2)
importFrom(shinyjs,colourInput)
importFrom(shinyjs,useShinyjs)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,terms.formula)
importFrom(utils,combn)
importFrom(wesanderson,wes_palettes)
useDynLib(npregfast,frfast_)