The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The BDPTobitQR package implements the Bayesian Double-Penalty Tobit Quantile Regression methods for longitudinal interval-censored data as proposed by Zhao, Shu, Hu, & Luo (2024) (Mathematics, 12(12), 1782).
library(BDPTobitQR)
# Simulate longitudinal interval-censored data
dat <- sim_longitudinal_data(n = 15, m = 4, p = 4, seed = 123)
# Fit model
fit <- bdp_tobit_qr(
formula = y ~ x1 + x2 + x3 + x4,
random = ~ 1,
data = dat,
id = dat$id,
lower = dat$lower,
upper = dat$upper,
tau = 0.5,
method = "PDAL-BTQR"
)
summary(fit)
plot(fit)
Zhao, K., Shu, T., Hu, C., & Luo, Y. (2024). Research on Quantile Regression Method for Longitudinal Interval-Censored Data Based on Bayesian Double Penalty. Mathematics, 12(12), 1782.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.