Learn R Programming

BoomSpikeSlab (version 1.2.4)

suggest.burn: Suggest Burn-in

Description

Suggest a burn-in period for a Bayesian neural network model.

Usage

SuggestBurn(model)

Arguments

model

An object inheriting from class BayesNnet.

Value

A non-negative integer less than the number of MCMC draws.

Details

See SuggestBurnLogLikelihood for details of the on how the burn-in period is suggested. In this case the negative the residual standard deviation is used as a proxy for log likelihood.

See Also

SuggestBurnLogLikelihood