Description Usage Arguments Value Examples
This function will post-process posterior draws from an object returned from run_mcmc.
1 2 3 4 5 6 7 8 9 10 11 12 | get_posterior_summaries(
splineS,
splineT,
mod,
numeig,
iter,
burnin,
nchains,
s,
t,
alpha
)
|
splineS |
basis matrix in the longitudinal direction |
splineT |
basis matrix in the functional direction |
mod |
an object returned from run_mcmc |
numeig |
number of eigenfunctions to infer |
iter |
number of total iterations in the original mcmc |
burnin |
number of these iterations to use as burnin |
nchains |
number of chains |
s |
complete data longitudinal times |
t |
complete data functional times |
Posterior marginal eigenfunctions, eigenvalues, mean, and their associated uncertainty.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.