-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.21 KB
/
DESCRIPTION
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
Package: ELLsae
Type: Package
Title: A Small Area Estimation Approach
Version: 1.0
Date: 2018-08-16
Authors@R: c(person("Nikos", "Bosse", role = c("aut", "cre"),
email = "[email protected]"),
person("Felix.", "Suettmann", role = c("aut", "cre"),
email = "[email protected]"))
Author: Nikos Bosse [aut, cre],
Felix Suettmann [aut, cre]
Maintainer: Nikos Bosse <[email protected]>
Description: The method for small area estimation added by this package is
largely based on an approach developed
by C. Elbers, J. Lanjouw and P. Lanjouw (2003). It can be used to impute a
missing variable
from a smaller survey dataset into a census. The imputation is based on a
linear model and bootstrap samples from a normal distribution. As of now the
correction for heteroscedasticity is left omitted.
License: GPL-3
LazyData: true
Imports: Rcpp (>= 0.12.18),
data.table,
dqrng,
MASS,
stats
LinkingTo: Rcpp,
RcppEigen,
bigstatsr,
BH,
dqrng
SystemRequirements: C++11
References: None
RoxygenNote: 6.1.0
Suggests: bigstatsr, testthat
Depends: R (>= 3.1.0)
Encoding: UTF-8