powered by
Function to Plot GMJMCMC Results and Merged Results from merge.results
# S3 method for mjmcmc 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( 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