summary.spikeSlabGAM | R Documentation |
spikeSlabGAM
fitReturns basic information about prior and model structure, posterior means of inclusion probabilities, term importance and the most probable models found by the SSVS.
## S3 method for class 'spikeSlabGAM' summary(object, threshold = 0.5, ...)
object |
an object of class |
threshold |
threshold for inclusion of a model term. Defaults to 0.5. |
... |
arguments passed from or to other methods (not used) |
Two scalar summaries of term importance are included:
P(gamma = 1)
The posterior mean of P(γ = 1), i.e. the marginal posterior inclusion probability of the term.
pi
The scaled dot products of the posterior mean of the linear predictor η_i associated with the i-th term and the total linear predictor η: π_i = η_i^T η/ η^T η. They sum to one (but can be negative as well), and (for mutually orthogonal η_i) provide a percentage decomposition of the sum of squares of η. See references for details.
The summary also shows the dimensionality of the basis associated with a term.
The top row in the model table shows the relative frequency of the respective model, the bottom row shows cumulative relative frequencies for the models visited most often.
an object of class summary.spikeSlabGAM
Fabian Scheipl
Gu, Chong (2002). Smoothing Spline ANOVA models. Springer. (see chapter 3.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.