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.

pcsclr: Progressive Censoring Schemes with Competitive Latent-Risk

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.

Features

Installation

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”) }

Install pcsclr from the cloud repository

remotes::install_github(“https://github.com/obulezi12345-svg/pcsclr”)

Computational Architecture

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.

Contact & Citation

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.

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.