getModelSlots | R Documentation |
Stan
model in bayesGAM
Contains the objects and parameters passed to Stan in object of type glmModel
, contained in object type bayesGAMfit
getModelSlots(object, ...) ## S4 method for signature 'bayesGAMfit' getModelSlots(object, name = "X")
object |
Object of type |
... |
Additional arguments for |
name |
Character name of slot in
|
Contents of slot in glmModel
require(stats); require(graphics) f <- bayesGAM(weight ~ np(height), data = women, family = gaussian, iter = 500, chains = 1) getModelSlots(f, "X")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.