fit_ssl_nimble: Fit agTrend SSL model using MCMC with NIMBLE

Description Usage Arguments Author(s)

View source: R/fit_ssl_nimble.R

Description

Fit agTrend SSL model using MCMC with NIMBLE

Usage

1
2
3
4
5
6
7
8
fit_ssl_nimble(
  x,
  niter = 110000,
  nburnin = 10000,
  thin = 10,
  debug = FALSE,
  ...
)

Arguments

x

A named list generated from the prep_for_nimble that prepares the raw data

niter

Number of iterations for the MCMC, this includes the burnin and is prior to thinning.

nburnin

Number of burnin iterations. These will be discarded from niter before returning results.

thin

Thinning of the MCMC sample for storage. Total number of retuned samples is (niter-nburnin)/thin.

debug

Jump into the fucntion for debugging.

...

Additional arguments

Author(s)

Devin S. Johnson


dsjohnson/agTrendNimble documentation built on Jan. 26, 2021, 12:30 a.m.