print.summary.spikeSlabGAM: Print summary for posterior of a 'spikeSlabGAM' fit

View source: R/summary.R

print.summary.spikeSlabGAMR Documentation

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

digits

see options, defaults to 3

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)

Value

invisibly returns x

Author(s)

Fabian Scheipl

See Also

summary.spikeSlabGAM


fabian-s/spikeSlabGAM documentation built on June 18, 2022, 7:22 p.m.