R/cbq-package.R

#' cbq: An R Package for Estimating Conditional Binary Quantile Models
#'
#' @description Bayesian estimation of conditional binary quantile models.
#'
#' @docType package
#' @name cbq-package
#' @useDynLib cbq, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @import rstantools
#' @importFrom rstan sampling
#'
#' @references
#' Lu, Xiao. (2020). Discrete Choice Data with Unobserved Heterogeneity: A Conditional Binary Quantile Model. Political Analysis, 28(2), 147-167. https://doi.org/10.1017/pan.2019.29
#' 
#' Stan Development Team (2019). RStan: the R interface to Stan. R package version 2.19.2. https://mc-stan.org
#'
NULL

Try the cbq package in your browser

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

cbq documentation built on April 4, 2025, 3:15 a.m.