plot.RdTakes am inla object produced by inla and plot the results
# S3 method for class 'inla'
plot(x,
plot.fixed.effects = TRUE,
plot.lincomb = TRUE,
plot.random.effects = TRUE,
plot.hyperparameters = TRUE,
plot.predictor = TRUE,
plot.q = TRUE,
plot.cpo = TRUE,
plot.prior = FALSE,
single = FALSE,
postscript = FALSE,
pdf = FALSE,
prefix = "inla.plots/figure-",
intern = FALSE,
debug = FALSE,
...)A fitted inla object produced by inla
Boolean indicating if posterior marginals for the fixed effects in the model should be plotted
Boolean indicating if posterior marginals for the linear combinations should be plotted
Boolean indicating if posterior mean and quantiles for the random effects in the model should be plotted
Boolean indicating if posterior marginals for the hyperparameters in the model should be plotted
Boolean indicating if posterior mean and quantiles for the linear predictor in the model should be plotted
Boolean indicating if precision matrix should be displayed
Boolean indicating if CPO/PIT valuesshould be plotted
Plot also the prior density for the hyperparameters
Boolean indicating if there should be more than one plot per page (FALSE) or just one (TRUE)
Boolean indicating if postscript files should be produced instead
Boolean indicating if PDF files should be produced instead
The prefix for the created files. Additional numbering and suffix is added.
Plot also the hyperparameters in its internal scale.
Write some debug information
Additional arguments to postscript(), pdf() or dev.new().
The return value is a list of the files created (if any).