-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
132 lines (131 loc) · 3.57 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
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
# Generated by roxygen2: do not edit by hand
S3method(SE,cvydstat)
S3method(coef,cvydstat)
S3method(coef,cvystat)
S3method(print,cvydstat)
S3method(print,cvystat)
S3method(svyarpr,DBIsvydesign)
S3method(svyarpr,survey.design)
S3method(svyarpr,svyrep.design)
S3method(svyarpt,DBIsvydesign)
S3method(svyarpt,survey.design)
S3method(svyarpt,svyrep.design)
S3method(svyatk,DBIsvydesign)
S3method(svyatk,survey.design)
S3method(svyatk,svyrep.design)
S3method(svyby,convey.design)
S3method(svyfgt,DBIsvydesign)
S3method(svyfgt,survey.design)
S3method(svyfgt,svyrep.design)
S3method(svyfgtdec,DBIsvydesign)
S3method(svyfgtdec,survey.design)
S3method(svyfgtdec,svyrep.design)
S3method(svygei,DBIsvydesign)
S3method(svygei,survey.design)
S3method(svygei,svyrep.design)
S3method(svygeidec,DBIsvydesign)
S3method(svygeidec,survey.design)
S3method(svygeidec,svyrep.design)
S3method(svygini,DBIsvydesign)
S3method(svygini,survey.design)
S3method(svygini,svyrep.design)
S3method(svygpg,DBIsvydesign)
S3method(svygpg,survey.design)
S3method(svygpg,svyrep.design)
S3method(svyiqalpha,DBIsvydesign)
S3method(svyiqalpha,survey.design)
S3method(svyiqalpha,svyrep.design)
S3method(svyisq,DBIsvydesign)
S3method(svyisq,survey.design)
S3method(svyisq,svyrep.design)
S3method(svyjdiv,DBIsvydesign)
S3method(svyjdiv,survey.design)
S3method(svyjdiv,svyrep.design)
S3method(svyjdivdec,DBIsvydesign)
S3method(svyjdivdec,survey.design)
S3method(svyjdivdec,svyrep.design)
S3method(svylorenz,DBIsvydesign)
S3method(svylorenz,survey.design)
S3method(svylorenz,svyrep.design)
S3method(svypoormed,DBIsvydesign)
S3method(svypoormed,survey.design)
S3method(svypoormed,svyrep.design)
S3method(svyqsr,DBIsvydesign)
S3method(svyqsr,survey.design)
S3method(svyqsr,svyrep.design)
S3method(svyrich,DBIsvydesign)
S3method(svyrich,survey.design)
S3method(svyrich,svyrep.design)
S3method(svyrmir,DBIsvydesign)
S3method(svyrmir,survey.design)
S3method(svyrmir,svyrep.design)
S3method(svyrmpg,DBIsvydesign)
S3method(svyrmpg,survey.design)
S3method(svyrmpg,svyrep.design)
S3method(svywatts,DBIsvydesign)
S3method(svywatts,survey.design)
S3method(svywatts,svyrep.design)
S3method(svywattsdec,DBIsvydesign)
S3method(svywattsdec,survey.design)
S3method(svywattsdec,svyrep.design)
S3method(svyzenga,DBIsvydesign)
S3method(svyzenga,survey.design)
S3method(svyzenga,svyrep.design)
S3method(update,convey.design)
S3method(vcov,cvydstat)
S3method(vcov,cvystat)
S3method(within_function_subset,DBIsvydesign)
S3method(within_function_subset,survey.design)
export(contrastinf)
export(convey_prep)
export(densfun)
export(h_fun)
export(icdf)
export(svyarpr)
export(svyarpt)
export(svyatk)
export(svyfgt)
export(svyfgtdec)
export(svygei)
export(svygeidec)
export(svygini)
export(svygpg)
export(svyiqalpha)
export(svyisq)
export(svyjdiv)
export(svyjdivdec)
export(svylorenz)
export(svypoormed)
export(svyqsr)
export(svyrich)
export(svyrmir)
export(svyrmpg)
export(svywatts)
export(svywattsdec)
export(svyzenga)
importFrom(grDevices,adjustcolor)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(methods,is)
importFrom(stats,approxfun)
importFrom(stats,coef)
importFrom(stats,deriv)
importFrom(stats,formula)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.matrix.lm)
importFrom(stats,na.pass)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,terms)
importFrom(stats,terms.formula)
importFrom(stats,update)
importFrom(stats,weighted.mean)
importFrom(stats,weights)
importFrom(survey,SE)
importFrom(survey,deff)
importFrom(survey,svyby)
importFrom(utils,tail)