Learn R Programming

FBMS (version 1.4)

plot.mjmcmc: Function to Plot GMJMCMC Results and Merged Results from merge.results

Description

Function to Plot GMJMCMC Results and Merged Results from merge.results

Usage

# S3 method for mjmcmc
plot(x, count = "all", ...)

Value

No return value, just creates a plot

Arguments

x

The results to use

count

The number of features to plot, defaults to all

...

Not used.

Examples

Run this code
result <- mjmcmc(
  y = matrix(rnorm(100), 100),
  x = matrix(rnorm(600), 100),
  loglik.pi = gaussian.loglik
)
plot(result)

Run the code above in your browser using DataLab