View source: R/summarize_lnmf_results.R
summarize_lnmf_results | R Documentation |
This is a function to organize Stan output and provide summaries of key model parameters
summarize_lnmf_results(input, include_samples = TRUE, HPDI = 0.9)
input |
A STRAND model object, obtained by fitting a latent network model including observed network flows. |
include_samples |
An indicator for the user to specify where raw samples, or only the summary statistics should be returned. Samples can take up a lot of space. |
HPDI |
Highest Posterior Density Interval. Ranges in (0,1). |
A STRAND results object including summary table, a summary list, and samples.
## Not run:
res = summarize_lnmf_results(input=fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.