print.summary.spikeSlabGAM: Print summary for posterior of a spikeSlabGAM
fit
Description
The model table shows at least the 10 and at most the 20
most probable models as found by SSVS, or enough models
to account for 90% of the probability mass in the model
space as found by SSVS by default.Usage
## S3 method for class 'summary.spikeSlabGAM':
print(x, digits = 3,
printPGamma = TRUE, printModels = TRUE,
showModels = NULL, ...)
Arguments
x
an object of class summary.spikeSlabGAM
printPGamma
print marginal inclusion probabilities
and norm of the linear predictor for each term? Defaults
to TRUE
printModels
print most probable models visited by
the SSVS? Defaults to TRUE
showModels
how many of th most probable models to
display. See details for default.
...
arguments based from or to other methods (not
used)