R/glmmfields-package.R

#' The 'glmmfields' package.
#'
#' @description Implements Bayesian spatial and spatiotemporal models that
#'   optionally allow for extreme spatial deviations through time. 'glmmfields'
#'   uses a predictive process approach with random fields implemented through a
#'   multivariate-t distribution instead of the usual multivariate normal.
#'   Sampling is conducted with 'Stan'.
#'
#' @docType package
#' @name glmmfields-package
#' @useDynLib glmmfields, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @import rstantools
#' @importFrom rstan sampling
#'
#' @references
#' Stan Development Team (2018). RStan: the R interface to Stan. R package
#' version 2.18.2. http://mc-stan.org
#'
NULL

if (getRversion() >= "2.15.1") {
  utils::globalVariables(c("pt", "time"))
}

Try the glmmfields package in your browser

Any scripts or data that you put into this service are public.

glmmfields documentation built on Oct. 21, 2023, 1:06 a.m.