-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
60 lines (59 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
S3method(coef,dgaps)
S3method(coef,iwls)
S3method(coef,kgaps)
S3method(coef,spm)
S3method(confint,dgaps)
S3method(confint,kgaps)
S3method(confint,spm)
S3method(logLik,dgaps)
S3method(logLik,kgaps)
S3method(nobs,dgaps)
S3method(nobs,iwls)
S3method(nobs,kgaps)
S3method(nobs,spm)
S3method(plot,choose_b)
S3method(plot,choose_ud)
S3method(plot,choose_uk)
S3method(plot,confint_dgaps)
S3method(plot,confint_kgaps)
S3method(plot,confint_spm)
S3method(print,confint_dgaps)
S3method(print,confint_kgaps)
S3method(print,confint_spm)
S3method(print,dgaps)
S3method(print,iwls)
S3method(print,kgaps)
S3method(print,spm)
S3method(print,summary.dgaps)
S3method(print,summary.kgaps)
S3method(print,summary.spm)
S3method(summary,dgaps)
S3method(summary,kgaps)
S3method(summary,spm)
S3method(vcov,dgaps)
S3method(vcov,kgaps)
S3method(vcov,spm)
export(all_max_rcpp)
export(choose_b)
export(choose_ud)
export(choose_uk)
export(dgaps)
export(dgaps_imt)
export(dgaps_imt_stat)
export(dgaps_stat)
export(iwls)
export(kgaps)
export(kgaps_imt)
export(kgaps_imt_stat)
export(kgaps_stat)
export(split_by_NAs)
export(spm)
import(methods)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,plot)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,nobs)
importFrom(stats,vcov)
useDynLib(exdex, .registration = TRUE)