View source: R/pcd-stan-tools.R
pcd_stan_dist_id | R Documentation |
Get distribution stan ID by name
pcd_stan_dist_id(name, type = c("delay", "primary"))
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 |
Numeric distribution ID
Tools for working with package Stan functions
pcd_load_stan_functions()
,
pcd_stan_files()
,
pcd_stan_functions()
,
pcd_stan_path()
pcd_stan_dist_id("lnorm")
pcd_stan_dist_id("lognormal")
pcd_stan_dist_id("gamma")
pcd_stan_dist_id("weibull")
pcd_stan_dist_id("exp")
pcd_stan_dist_id("unif", type = "primary")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.