BMArho {INLABMA} | R Documentation |
Compute BMA of fitted.values
from a list of INLA objects
Description
This functions performs a weighted average of the component
fitted.values
from a list of INLA objects.
Usage
BMArho(models, rho, logrhoprior = rep(1, length(rho)))
Arguments
models |
List of INLA models fitted for different values of |
rho |
Vector fo values of |
logrhoprior |
Log-prior density for each value of |
Details
The different fitted.values
are weighted using the values of the
marginal likelihood of the fitted models and the prior of parameter
rho
. rho
is a parameter that is fixed when computing
models
and that have a log-prior density defined in pogrhoprior
.
Value
Vector of averaged fitted values.
Author(s)
Virgilio Gómez-Rubio <virgilio.gomez@uclm.es>
References
Roger S. Bivand, Virgilio Gómez-Rubio, Hĺvard Rue (2014). Approximate Bayesian inference for spatial econometrics models. Spatial Statistics, Volume 9, 146-165.
Roger S. Bivand, Virgilio Gómez-Rubio, Hĺvard Rue (2015). Spatial Data Analysis with R-INLA with Some Extensions. Journal of Statistical Software, 63(20), 1-31. URL http://www.jstatsoft.org/v63/i20/.