makemyprior_models {makemyprior}R Documentation

List available priors, latent models and likelihoods

Description

Prints available priors, latent models and likelihoods to use with make_prior.

Usage

makemyprior_models(type = c("prior", "latent", "likelihood"), select = NULL)

Arguments

type

Which of priors, latent models and likelihoods to list. Options are prior, latent and likelihood

select

Which in each group to show details about. NULL gives only list what exists (default), all gives detailed information about everything in that category. Can also ask for one or more specific priors/latent models/likelihoods

Value

None.

Examples

makemyprior_models("prior", c("pc0", "pc1"))
makemyprior_models("latent")
makemyprior_models("likelihood", "all")


[Package makemyprior version 1.2.1 Index]