pcd_dist_name {primarycensored} | R Documentation |
Get distribution function cdf or pdf name
Description
Get distribution function cdf or pdf name
Usage
pcd_dist_name(name, type = c("delay", "primary"))
Arguments
name |
String. Distribution name or alias |
type |
String. "delay" or "primary" corresponding to the type of
distribution to use as the look up. If delay then |
Value
String distribution function name or NA if no base R implementation
See Also
Utility functions for working with distributions
add_name_attribute()
,
pcd_distributions
,
pcd_primary_distributions
Examples
pcd_dist_name("lnorm")
pcd_dist_name("lognormal")
pcd_dist_name("gamma")
pcd_dist_name("weibull")
pcd_dist_name("exp")
pcd_dist_name("unif", type = "primary")
pcd_dist_name("expgrowth", type = "primary")
[Package primarycensored version 1.2.0 Index]