.ppcens {primarycensored} | R Documentation |
Define a fitdistrplus compatible wrapper around pprimarycensored
Description
Define a fitdistrplus compatible wrapper around pprimarycensored
Usage
.ppcens(q, params, pdist, dprimary, dprimary_args, ...)
Arguments
q |
Vector of quantiles |
pdist |
Distribution function (CDF). The package can identify base R
distributions for potential analytical solutions. For non-base R functions,
users can apply |
dprimary |
Function to generate the probability density function
(PDF) of primary event times. This function should take a value |
dprimary_args |
List of additional arguments to be passed to
dprimary. For example, when using |
... |
Additional arguments to be passed to pdist |