-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.16 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
Package: saeHB
Type: Package
Title: Small Area Estimation using Hierarchical Bayesian Method
Version: 0.1.0
Author: Azka Ubaidillah [aut], Ika Yuni Wulansari [aut], Zaza Yuda Perwira [aut, cre]
Maintainer: Zaza Yuda Perwira <[email protected]>
Description: We designed this package to provide several functions for area level of small area estimation using hierarchical Bayesian (HB) method. This package provides model using Univariate Normal distribution and Univariate Beta distribution for variables of interest. This package also provides a dataset produced by a data generation. The "rjags" package is employed to obtain parameter estimates. Model-based estimators involves the HB estimators which include the mean and the variation of mean. For the reference, see Rao and Molina (2015).
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/zazaperwira/saeHB
BugReports: https://github.com/zazaperwira/saeHB/issues
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Imports:
stringr,
coda,
rjags,
stats,
grDevices,
graphics
SystemRequirements: JAGS (http://mcmc-jags.sourceforge.net)
Depends:
R (>= 2.10)