plotvariable: Visualisation of the best models

Description Usage Arguments Value Author(s) Examples

View source: R/plotvariable.R

Description

The plotvariable function provides a plot indicating the variables included in each of the best models.

Usage

1
  plotvariable(x, threshold.model = 0.05, file.annotation = NULL)

Arguments

x

an object of class ESS.

threshold.model

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

file.annotation

text file containing the name of the predictors. This file is optional if a MAP.file has been specified.

Value

A list of predictors included in the best models.

Author(s)

Benoit Liquet, b.liquet@uq.edu.au,
Marc Chadeau-Hyam m.chadeau@imperial.ac.uk,
Leonardo Bottolo l.bottolo@imperial.ac.uk,
Gianluca Campanella g.campanella11@imperial.ac.uk

Examples

1
2
3
# load an ESS object
modelY_Hopx <- example.as.ESS.object()
plotvariable(modelY_Hopx,20)

R2GUESS documentation built on May 2, 2019, 1:47 p.m.