powered by
Plot an mjmcmc_parallel Run
# S3 method for mjmcmc_parallel plot(x, count = "all", ...)
No return value, just creates a plot
The results to use
The number of features to plot, defaults to all
Not used.
result <- mjmcmc.parallel( runs = 1, cores = 1, 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