estimate: Estimating a BNN model using the NUTS default sampler in...

View source: R/quickbnnr.R

estimateR Documentation

Estimating a BNN model using the NUTS default sampler in Turing

Description

Estimating a BNN model using the NUTS default sampler in Turing

Usage

estimate(model, niter = 100, nchains = 1)

Arguments

model

model formed using BNN

niter

Number of MCMC iterations

nchains

Number of Chains

Value

Returns a quickbnnr.estimate object with the number of iterations run, the number of chains, the draws in a format that it can be used with bayesplot, and some additional internal information


enweg/quickbnnr documentation built on April 15, 2022, 3:29 a.m.