R/saeHB.spatial.R

#' saeHB.spatial : Small Area Estimation under Spatial SAR Model using Hierarchical Bayesian Method
#'
#' Provides several functions and datasets for area level of Small Area Estimation under Spatial SAR Model using Hierarchical Bayesian (HB) Method. For the reference, see Rao and Molina (2015) <doi:10.1002/9781118735855>.
#'
#' @section Author(s):
#' Arina Mana Sikana, Azka Ubaidillah
#'
#' \strong{Maintaner}: Arina Mana Sikana \email{221810195@@stis.ac.id}
#'
#' @section Functions:
#' \describe{
#'   \item{\code{\link{spatial.normal}}}{This function gives small area estimator under Spatial SAR Model and is implemented to variable of interest (y) that assumed to be a Normal Distribution. The range of data is (-∞ < 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.spatial
#'
#' @import stringr
#' @import coda
#' @import rjags
#' @import stats
#' @import grDevices
#' @import graphics
#'
NULL
arinams/spatial documentation built on Feb. 14, 2022, 12:44 a.m.