-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
133 lines (132 loc) · 3.46 KB
/
NAMESPACE
File metadata and controls
133 lines (132 loc) · 3.46 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Generated by roxygen2: do not edit by hand
S3method(AIC,seqModel)
S3method(AIC,sparseLTS)
S3method(BIC,seqModel)
S3method(BIC,sparseLTS)
S3method(coef,perrySeqModel)
S3method(coef,seqModel)
S3method(coef,sparseLTS)
S3method(coef,tslars)
S3method(coefPlot,seqModel)
S3method(coefPlot,setupCoefPlot)
S3method(coefPlot,sparseLTS)
S3method(coefPlot,tslars)
S3method(critPlot,perrySeqModel)
S3method(critPlot,perrySparseLTS)
S3method(critPlot,seqModel)
S3method(critPlot,setupCritPlot)
S3method(critPlot,sparseLTS)
S3method(critPlot,tslars)
S3method(diagnosticPlot,perrySeqModel)
S3method(diagnosticPlot,perrySparseLTS)
S3method(diagnosticPlot,seqModel)
S3method(diagnosticPlot,setupDiagnosticPlot)
S3method(diagnosticPlot,sparseLTS)
S3method(diagnosticPlot,tslars)
S3method(fitted,perrySeqModel)
S3method(fitted,seqModel)
S3method(fitted,sparseLTS)
S3method(fitted,tslars)
S3method(getScale,default)
S3method(getScale,lmrob)
S3method(getScale,lts)
S3method(getScale,rlm)
S3method(getScale,seqModel)
S3method(getScale,sparseLTS)
S3method(grplars,data.frame)
S3method(grplars,default)
S3method(grplars,formula)
S3method(perry,seqModel)
S3method(perry,sparseLTS)
S3method(plot,perrySeqModel)
S3method(plot,perrySparseLTS)
S3method(plot,seqModel)
S3method(plot,sparseLTS)
S3method(plot,tslars)
S3method(predict,seqModel)
S3method(predict,sparseLTS)
S3method(predict,tslars)
S3method(predict,tslarsP)
S3method(print,bicSelect)
S3method(print,fitSelect)
S3method(print,perrySeqModel)
S3method(print,perrySparseLTS)
S3method(print,seqModel)
S3method(print,sparseLTS)
S3method(print,tslars)
S3method(print,tslarsP)
S3method(residuals,perrySeqModel)
S3method(residuals,seqModel)
S3method(residuals,sparseLTS)
S3method(residuals,tslars)
S3method(rgrplars,data.frame)
S3method(rgrplars,default)
S3method(rgrplars,formula)
S3method(rlars,default)
S3method(rlars,formula)
S3method(rstandard,perrySeqModel)
S3method(rstandard,seqModel)
S3method(rstandard,sparseLTS)
S3method(rstandard,tslars)
S3method(rtslars,default)
S3method(rtslars,formula)
S3method(rtslarsP,default)
S3method(rtslarsP,formula)
S3method(setupCoefPlot,seqModel)
S3method(setupCoefPlot,sparseLTS)
S3method(setupCoefPlot,tslars)
S3method(setupCritPlot,bicSelect)
S3method(setupCritPlot,perrySeqModel)
S3method(setupCritPlot,perrySparseLTS)
S3method(setupCritPlot,seqModel)
S3method(setupCritPlot,sparseLTS)
S3method(setupCritPlot,tslars)
S3method(setupDiagnosticPlot,perrySeqModel)
S3method(setupDiagnosticPlot,perrySparseLTS)
S3method(setupDiagnosticPlot,seqModel)
S3method(setupDiagnosticPlot,sparseLTS)
S3method(setupDiagnosticPlot,tslars)
S3method(sparseLTS,default)
S3method(sparseLTS,formula)
S3method(tslars,default)
S3method(tslars,formula)
S3method(tslarsP,default)
S3method(tslarsP,formula)
S3method(weights,sparseLTS)
S3method(winsorize,data.frame)
S3method(winsorize,default)
S3method(winsorize,matrix)
export(coefPlot)
export(corHuber)
export(critPlot)
export(diagnosticPlot)
export(getScale)
export(grplars)
export(lambda0)
export(partialOrder)
export(rgrplars)
export(rlars)
export(robStandardize)
export(rtslars)
export(rtslarsP)
export(setupCoefPlot)
export(setupCritPlot)
export(setupDiagnosticPlot)
export(sparseLTS)
export(standardize)
export(tsBlocks)
export(tslars)
export(tslarsP)
export(winsorize)
import(MASS)
import(ggplot2)
import(parallel)
import(perry)
import(robustbase)
import(stats)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,devAskNewPage)
importFrom(rlang,.data)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(robustHD, .registration = TRUE)