- Created by Haoyi Chen, last modified on Jul 07, 2022
To simplify the application of existing SAE methods, available software packages can help. A large range of SAE methods is developed in several software packages such that the choice depends on personal preferences or available licenses. Open software that enable the application of SAE methods are R, Python and the software package PovMap by the World Bank.
R
The R project as a free software environment enables everyone to contribute to it. Thus, new methodology is often fast implemented in R. This is also the case for small area estimation methods. For beginners in R, the introduction to small area estimation techniques of the Asian Development Bank provides, among many online tutorials, an introduction to data management using R (Chapter III).
There is a large number of packages that offer the estimation of small area estimates. A first overview is available on the CRAN TASK View for Official Statistics. Besides the packages for standard linear mixed models (nlme and lme4), it proposes six packages for small area estimation: sae, emdi, rsae, hbsae, JoSAE, BayesSAE. The figure below shows the number of downloads by months for these six packages to give an indication of their usage. For all packages, it can be seen that the number of downloads increased over time.
Some packages provide a wide range of different methods, while others are more specialized on a specific method. The following table gives an overview of some R packages for SAE but it has no claim to completeness. The names of the packages serve as a link to the CRAN page while the model type columns gives a first indication which model types are available in the package. For applying the available functions, the vignettes and papers about the packages are useful. These usually contain examples and explanations on how to use the implemented functions.
Overview of R packages for small area estimation
Stata
Especially in economic research, Stata is a widely used software tool. In recent years, some commands for small area estimation were provided. The World Bank developed Stata functions for unit-level small area estimation which are especially useful for poverty mapping. The FHSAE module translates the area-level models from the R package sae and the fayherriot command supports the estimation of area-level models with various transformations.
Overview of Stata packages for small area estimation
Package | Model type | Vignettes/Paper | |
---|---|---|---|
Unit | Area | ||
sae | X | ||
FHSAE | X | ||
fayherriot | X |
SAS
SAS computer programs were developed by the EURAREA project for small area estimation. Since these are not further developed, Statistics Canada built a prototype for their small area estimation system (Hidiroglou et al. 2019).
The work of Mukhopadhyay and McDowell (2011) describes procedures to fit the basic unit-level and area-level models.. In the following, the procedures will be referred to
Overview of SAS packages for small area estimation
Package | Model type | Vignettes/Paper | |
---|---|---|---|
Unit | Area | ||
StatCan prototype | X | X | |
Mukhopadhyay and McDowell | X | X |
Python
Besides R, Python is another programming language for which modules are provided that can be accessed without any license. In 2021, the python package samplics was released that implements a set of sampling techniques for complex survey designs including small area estimation.
Overview of Python packages for small area estimation
Package | Model type | Vignettes/Paper | |
---|---|---|---|
Unit | Area | ||
samplics | X | X |
Other
One of the first opportunities to conduct poverty mapping based on the unit-level approach by Elbers, Lanjouw and Lanjouw (ELL or World Bank method) is the software PovMap developed by the World Bank.
Overview of further packages for small area estimation
Package | Model type | Vignettes/Paper | |
---|---|---|---|
Unit | Area | ||
PovMap | X |
PovMap explained
References
Kordos, J. (2014). Development of small area estimation in official statistics, Statistics in Transition new series and Survey Methodology, Joint Issue: Small are estimation, 17(1), 105-132.
- No labels