Learn R Programming

cplm (version 0.5-1)

prior-struct: Constructor of the prior distribution

Description

Utilities functions to construct the prior distributions in the cplm family.

Usage

igamma(scale=0.01,shape=0.01)

iwish(df=3, scale=diag(1,df))

Arguments

scale
scale parameter in the inverse-Gamma distribution, or the scale matrix in the inverse-Wishart distribution.
shape
shape parameter in the inverse-Gamma distribution.
df
degree of freedom in the inverse-Wishart distribution.

Value

  • a list object.

See Also

See also bcpglmm.

Examples

Run this code
igamma(shape=0.001, scale=0.001)

Run the code above in your browser using DataLab