getStanResults | R Documentation |
stanfit
object generated by rstanContains the full content of the stanfit
object
getStanResults(object) ## S4 method for signature 'bayesGAMfit' getStanResults(object)
object |
Object of type |
Contents of stanfit
results
require(stats); require(graphics) f <- bayesGAM(weight ~ np(height), data = women, family = gaussian, iter = 500, chains = 1) sres <- getStanResults(f) plot(sres) # rstan method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.