The pcsclr package provides high-performance computing
utilities for parameter estimation, simulation, and survival analysis
under Progressive Censoring Schemes (PCS) in the presence of Competitive
Latent Risks (CLR).
The package is designed to implement the methodologies developed in accompanying research manuscripts, providing both fast numerical maximum likelihood estimation (MLE) and robust Bayesian Markov Chain Monte Carlo (MCMC) samplers.
RcppArmadillo to execute random-walk
Metropolis-Hastings update loops for Weibull baseline parameters under
standard and hybrid progressive censoring setups.You can install the development version of pcsclr
directly from GitHub using the remotes package. Run the
following commands in your R console:
```R # Install remotes if you haven’t already if (!requireNamespace(“remotes”, quietly = TRUE)) { install.packages(“remotes”) }
remotes::install_github(“https://github.com/obulezi12345-svg/pcsclr”)
The underlying architecture relies on a hybrid design to optimize memory allocation and computational speeds: * R Interface: Handles user inputs, input validations, configuration setups, and method dispatching. * C++ Core Engine: Evaluates joint-likelihood structures and structural boundary constraints (\([S(T_{max})]^{R^*}\)) inside highly tightly bound update loops to completely eliminate R expression evaluator execution overhead during heavy sampling profiles.
Author: Dr. Okechukwu J. Obulezi
Department: Department of Statistics, Nnamdi Azikiwe University, Awka,
Nigeria
Email:
oj.obulezi@unizik.edu.ng
Note: If you utilize this framework or package code profiles within academic publications, please cite the corresponding research paper referencing this implementation.