#' sptotal: A package used for performing Finite Population Block
#' Kriging (FPBK) on polygonal count data.
#'
#' The package provides an option to perform FPBK on counts assuming
#' perfect detection of counts on the sites that were in the survey sample. The
#' functions in the package use methods in (Ver Hoef, 2008,
#' <doi:10.1007/s10651-007-0035-y>)
#'
#' \code{sptotal} Main Functions:
#'
#' \code{\link{slmfit}} fits a spatial linear model to the response on the
#' observed/sampled sites.
#'
#' \code{\link{predict.slmfit}} uses the spatial linear model fit
#' from \code{\link{slmfit}} and finite population block kriging to
#' predict the response at unobserved locations. A prediction for the
#' total response as well as a prediction variance are given by default.
#'
#' Most of the remaining functions in the package are either helper functions
#' or extra optional functions to extract various specific things from an
#' \code{\link{slmfit}} object, such as residuals, AIC, log-likelihood, etc.
#'
#' See the Vignette for more details: \code{browseVignettes("sptotal")}
#' Reference for Mathematical Details:
#'
#' Ver Hoef, Jay M. "Spatial methods for plot-based sampling of wildlife
#' populations."
#' A \emph{Environmental and Ecological Statistics} 15,
#' no. 1 (2008): 3-13.
#' @docType package
#' @aliases sptotal-package
#' @name sptotal
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.