-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
41 lines (40 loc) · 977 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,surveysd)
S3method(print,surveysd)
S3method(summary,ipf)
S3method(update,bootstrap)
export(calc.stError)
export(combine_factors)
export(computeFrac)
export(computeLinear)
export(computeLinearG1)
export(computeLinearG1_old)
export(demo.eusilc)
export(draw.bootstrap)
export(generate.HHID)
export(ipf)
export(ipf_step)
export(ipf_step_f)
export(ipf_step_ref)
export(kishFactor)
export(recalib)
export(rescaled.bootstrap)
export(weightedRatio)
export(weightedSum)
import(Rcpp)
import(data.table)
import(ggplot2)
importFrom("graphics","plot")
importFrom("laeken","weightedMedian")
importFrom("methods","formalArgs")
importFrom("stats","as.formula")
importFrom("stats","formula")
importFrom("stats","na.omit")
importFrom("stats","quantile")
importFrom("stats","sd")
importFrom("stats","xtabs")
importFrom("utils","data")
importFrom("utils","find")
importFrom("utils","head")
importFrom("utils","tail")
useDynLib(surveysd)