result <- gmjmcmc.parallel(
runs = 1,
cores = 1,
loglik.pi = NULL,
y = matrix(rnorm(100), 100),
x = matrix(rnorm(600), 100),
transforms = c("p0", "exp_dbl")
)
summary(result)
plot(result)
Run the code above in your browser using DataLab