Description Usage Arguments Author(s)
View source: R/fit_ssl_nimble.R
Fit agTrend SSL model using MCMC with NIMBLE
1 2 3 4 5 6 7 8 | fit_ssl_nimble(
x,
niter = 110000,
nburnin = 10000,
thin = 10,
debug = FALSE,
...
)
|
x |
A named list generated from the |
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 |
thin |
Thinning of the MCMC sample for storage. Total number of retuned samples is |
debug |
Jump into the fucntion for debugging. |
... |
Additional arguments |
Devin S. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.