Learn R Programming

R2GUESS (version 2.0)

plotmodel: Visualisation of the proximity between best models

Description

The plotmodel function provides an image plot of the proximity (according to an overlap metric) between the best models.

Usage

plotmodel(x, threshold.model = 20)

Arguments

x

an object of class ESS.

threshold.model

either an integer representing the number of models to be retained in the list of best models, or a value defining the minimal model posterior probability for inclusion.

Examples

Run this code
# NOT RUN {
# load an ESS object
modelY_Hopx <- example.as.ESS.object()
plotmodel(modelY_Hopx,20)
# }

Run the code above in your browser using DataLab