getStanResults function

Returns the stanfit object generated by rstan

Returns the stanfit object generated by rstan

Contains the full content of the stanfit object

getStanResults(object) ## S4 method for signature 'bayesGAMfit' getStanResults(object)

Arguments

  • object: Object of type bayesGAMfit returned from bayesGAM

Returns

Contents of stanfit results

Examples

require(stats); require(graphics) f <- bayesGAM(weight ~ np(height), data = women, family = gaussian, iter = 500, chains = 1) sres <- getStanResults(f) plot(sres) # rstan method
  • Maintainer: Samuel Thomas
  • License: GPL-3
  • Last published: 2022-03-17

Useful links