-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
104 lines (103 loc) · 2.64 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,clm)
S3method(autoplot,glm)
S3method(autoplot,lrm)
S3method(autoplot,orm)
S3method(autoplot,polr)
S3method(autoplot,resid)
S3method(autoplot,vglm)
S3method(diagnostic.plot,PAsso)
S3method(diagnostic.plot,clm)
S3method(diagnostic.plot,default)
S3method(diagnostic.plot,glm)
S3method(diagnostic.plot,lrm)
S3method(diagnostic.plot,orm)
S3method(diagnostic.plot,polr)
S3method(diagnostic.plot,resid)
S3method(plot,PAsso)
S3method(plot3D,PAsso)
S3method(plot3D,default)
S3method(print,PAsso)
S3method(print,PAsso.test)
S3method(residuals,PAsso)
S3method(residuals,clm)
S3method(residuals,glm)
S3method(residuals,lrm)
S3method(residuals,ord)
S3method(residuals,orm)
S3method(residuals,polr)
S3method(summary,PAsso)
export(PAsso)
export(diagnostic.plot)
export(plot3D)
export(residualsAcat)
export(residualsVGAM)
export(surrogate)
export(test)
exportMethods(residuals)
import(stats)
importFrom(GGally,ggpairs)
importFrom(GGally,wrap)
importFrom(MASS,polr)
importFrom(VGAM,acat)
importFrom(VGAM,summary)
importFrom(VGAM,vglm)
importFrom(copBasic,wolfCOP)
importFrom(copula,C.n)
importFrom(copula,pobs)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,rel)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%>%")
importFrom(methods,slot)
importFrom(pcaPP,cor.fk)
importFrom(plotly,add_annotations)
importFrom(plotly,add_surface)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotly_build)
importFrom(progress,progress_bar)
importFrom(stats,.checkMFClasses)
importFrom(stats,filter)
importFrom(stats,lag)
importFrom(stats,lowess)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,nobs)
importFrom(stats,pbinom)
importFrom(stats,pcauchy)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,ppoints)
importFrom(stats,predict)
importFrom(stats,qcauchy)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,qunif)
importFrom(stats,residuals)
importFrom(stats,runif)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(PAsso)