.format_class {primarycensored} | R Documentation |
Extract and Combine Distribution Names
Description
This helper function attempts to determine distribution names and uses those to establish a class name for potential analytical solutions.
Usage
.format_class(pdist, dprimary)
Arguments
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 |
Value
a character string representing the combined distribution class