pcd_distributions {primarycensored} | R Documentation |
Supported delay distributions
Description
A dataset containing information about the supported delay distributions in primarycensored. Includes both distributions with base R implementations and those only available in Stan. Distributions beyond these are not supported in the stan code but any user functions can be used in the R code.
Usage
pcd_distributions
Format
A data.frame with 17 rows and 4 columns:
- name
Distribution name
- pdist
R distribution function name (e.g. plnorm), NA if there is no base R implementation
- aliases
Alternative names/identifiers
- stan_id
Stan distribution ID used in the stan code
See Also
Utility functions for working with distributions
add_name_attribute()
,
pcd_dist_name()
,
pcd_primary_distributions
[Package primarycensored version 1.2.0 Index]