R/qmix-package.R

#' 'qmix': A R Package for Estimating Finite Quantile Mixture Models
#'
#' @description Estimates finite quantile mixture models with either fixed- or random-quantile specifications. The estimation is implemented using MCMC methods available in \code{rstan}.
#'
#' @docType package
#' @name qmix-package
#' @useDynLib qmix, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#'
#' @references
#' Lu, Xiao (2019). Beyond the Average: Conditional Hypothesis Testing with Quantile Mixture. Working Paper.
#'
#' Stan Development Team (2019). RStan: the R interface to Stan. R package version 2.19.2. https://mc-stan.org
#'
NULL

Try the qmix package in your browser

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

qmix documentation built on Dec. 16, 2019, 1:27 a.m.