plot.mjmcmc_parallel: Plot a mjmcmc_parallel run

plot.mjmcmc_parallelR Documentation

Plot a mjmcmc_parallel run

Description

Plot a mjmcmc_parallel run

Usage

## S3 method for class 'mjmcmc_parallel'
plot(x, count = "all", ...)

Arguments

x

The results to use

count

The number of features to plot, defaults to all

...

Not used.

Value

No return value, just creates a plot

Examples

result <- mjmcmc.parallel(runs = 1, 
cores = 1, 
y = matrix(rnorm(100), 100),
x = matrix(rnorm(600), 100), 
loglik.pi = gaussian.loglik)
plot(result)


FBMS documentation built on Sept. 13, 2025, 1:09 a.m.