-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.68 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: pqrBayes
Type: Package
Title: Bayesian Penalized Quantile Regression
Version: 1.0.4
Date: 2025-01-24
Authors@R: c(
person("Kun", "Fan", role = "aut"),
person("Cen", "Wu", role = c("aut", "cre"),email = "[email protected]"),
person("Jie", "Ren", role = "aut"),
person("Fei", "Zhou", role = "aut"))
Description: The quantile varying coefficient model is robust to data heterogeneity,
outliers and heavy-tailed distributions in the response variable. In addition,
it can flexibly model dynamic patterns of regression coefficients through
nonparametric varying coefficient functions. In this package, we have implemented
the Gibbs samplers of the penalized Bayesian quantile varying coefficient model with
spike-and-slab priors [Zhou et al.(2023)]<doi:10.1016/j.csda.2023.107808> for efficient
Bayesian shrinkage estimation, variable selection and statistical inference. In particular,
valid Bayesian inferences on sparse quantile varying coefficient functions can be validated
on finite samples. The Markov Chain Monte Carlo (MCMC) algorithms of the proposed
and alternative models can be efficiently performed by using the package.
Depends: R (>= 3.5.0)
License: GPL-2
Encoding: UTF-8
URL: https://github.com/cenwu/pqrBayes
BugReports: https://github.com/cenwu/pqrBayes/issues
LazyData: true
Imports: Rcpp,glmnet,splines, stats
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.3.2
NeedsCompilation: yes
Repository: CRAN
Packaged: 2025-01-24 23:47:43 UTC; cenwu
Author: Kun Fan [aut],
Cen Wu [aut, cre],
Jie Ren [aut],
Fei Zhou [aut]
Maintainer: Cen Wu <[email protected]>
Date/Publication: 2025-01-25 00:00:02 UTC