multinma (version 0.1.3)

nma_prior-class: The nma_prior class

Description

The nma_prior class is used to specify prior distributions.

Arguments

Details

Objects of class nma_prior have the following components:

dist

Distribution name

fun

Name of constructor function, as string (e.g. "normal")

...

Parameters of the distribution

The distribution parameters, specified as named components in ..., match those in the constructor functions (see priors).