gen_control {mcmcsae}R Documentation

Set computational options for the sampling algorithms used for a 'gen' model component

Description

Set computational options for the sampling algorithms used for a 'gen' model component

Usage

gen_control(MHprop = c("GiG", "LNRW"))

Arguments

MHprop

MH proposal for the variance component in case of a MLiG prior on the coefficients. The two options are "GiG" for a generalized inverse gamma proposal, and "LNRW" for a log_normal random walk proposal. The former should approximate the conditional posterior quite well provided MLiG parameter a is large, such that the coefficients' prior is approximately normal.

Value

A list with computational options regarding a 'gen' model component.


[Package mcmcsae version 0.7.7 Index]