Returns the stanfit
object generated by rstan
stanfit
object generated by rstan
Contains the full content of the stanfit
object
getStanResults(object) ## S4 method for signature 'bayesGAMfit' getStanResults(object)
object
: Object of type bayesGAMfit
returned from bayesGAM
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
Useful links