Description Usage Arguments Details Value
View source: R/summary.ppSpace.R
Extracts a summary of the model parameters estimated with the ppSpace
function.
1 2 |
object |
An object of class |
... |
Additional arguments affecting the summary produced. |
This summary function extract a series of estimated model parameters and statistics (such as the DIC or the WAIC if they have been calculated) and organises them so that they can be readily interpreted. All the information is available in the ppSpace
object but it is either difficult to find or badly formatted. This function simplifies the access to this information.
If some non-standard model parameters or statistics have been computed, e.g. through the control.compute
argument, they have to be access directly from the ppSpace
object.
A list with the following structure
|
All the estimated parameters associated to the explanatory variables. Associated to the estimated coefficients, the standard deviation, the 0.025, 0.5 and 0.975 quantile, the mode and the Kullback-Leibler divergence ( |
|
Range and standard deviation estimation, standard deviation as well as the 0.025, 0.5 and 0.975 quantile and the mode for the spatial component of the model. Note that |
|
Number of effective parameters in the model. Because this is a hierarchical model with a spatial component and that information is shared across parameters, the values given are the effective (or independent) number of parameters used in the model. The estimated value is an average and as such also includes a standard deviation. |
|
Number of equivalent replicates. This value is obtained from dividing the total number of samples by the number of effective parameters in the model. |
|
Time to perform each step of the INLA analysis. There are some additional preparation step in the |
|
Gaussian and INLA log marginal-likelihood. This argument may be |
|
The full model Watanabe-Akaike Information Criterion. This argument may be |
|
The full model Deviance Information Criterion. This argument may be |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.