Description Usage Arguments Value See Also Examples
Produce a summary of a Stan model for paper
1 | summary_stan_model(mod, nfixefs = NULL)
|
mod |
A Stan model. |
nfixefs |
Number of so-called fixed effects. |
A dataframe with
rows containing intercept and other fixed effects
columns containing comparison, mean, lower, upper, probability that effect b < 0
1 2 | # See SafaviEtAl2016-vignette.Rmd for complete examples
stanm1_tab<-summary_stan_model(stanm1,nfixefs=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.