R/DCPO-package.R

#' DCPO: Dynamic Comparative Public Opinion
#'
#' @description DCPO estimates dynamic comparative public opinion as a latent variable from survey data
#'
#' @docType package
#' @name DCPO-package
#' @aliases DCPO
#' @useDynLib DCPO, .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
fsolt/DCPO documentation built on Oct. 1, 2023, 9:44 p.m.