bhpm.hyper.params.defaults: Generate default hyperparameter values for a model.

Description Usage Arguments Value Author(s) Examples

Description

Generate default hyperparameter values for a model.

Usage

1
	bhpm.hyper.param.defaults(model = "BB", hier = 3)

Arguments

model

Allowed values are "BB" and "1a" for point-mass and non-point-mass models respectively.

hier

Allowed values are 2 and 3 two-level and three-level hierarchies repsectively.

Value

A list containing the default parameter values.

Author(s)

R. Carragher

Examples

1
2
3
4
5
h.p <- bhpm.hyper.param.defaults("BB", 3)
print(h.p$mu.gamma.0.0)

h.p <- bhpm.hyper.param.defaults("BB", 3)
print(h.p$mu.gamma.0.0)

rcarragh/bhpm documentation built on Nov. 2, 2020, 5:10 p.m.