makemyprior_models {makemyprior} | R Documentation |
Prints available priors, latent models and likelihoods to use with make_prior.
makemyprior_models(type = c("prior", "latent", "likelihood"), select = NULL)
type |
Which of priors, latent models and likelihoods to list. Options are
|
select |
Which in each group to show details about.
|
None.
makemyprior_models("prior", c("pc0", "pc1"))
makemyprior_models("latent")
makemyprior_models("likelihood", "all")