R/saeHB.hnb.R

#' saeHB.hnb : Small Area Estimation under Hurdle Negative Binomial Model using Hierarchical Bayesian Method
#'
#' Provides function and datasets for area level of Small Area Estimation under Hurdle Negative Binomial Model using Hierarchical Bayesian (HB) Method. For the reference, see Rao and Molina (2015) <doi:10.1002/9781118735855>.
#'
#' @section Author(s):
#' Raka Ikmana, Azka Ubaidillah
#'
#' \strong{Maintaner}: Raka Ikmana \email{221810548@@stis.ac.id}
#'
#' @section Functions:
#' \describe{
#'   \item{\code{\link{HurdleNB}}}{This function gives small area estimator under Hurdle Negative Binomial Model and is implemented to variable of interest (y) that assumed to be a HNB Distribution. The range of data is (0 < y < ∞).}
#' }
#'
#' @section Reference:
#' \itemize{
#'    \item{Rao, J.N.K & Molina. (2015). Small Area Estimation 2nd Edition. New York: John Wiley and Sons, Inc. <doi:10.1002/9781118735855>.}
#' }
#'
#' @docType package
#' @name saeHB.hnb
#'
#' @import stringr
#' @import coda
#' @import rjags
#' @import stats
#' @import grDevices
#' @import graphics
#'
NULL
rakaikmana/hurdlenb documentation built on Feb. 14, 2022, 12:49 a.m.