Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Interface to bayesplot plot #50

Open
timcdlucas opened this issue Jun 8, 2018 · 2 comments
Open

Interface to bayesplot plot #50

timcdlucas opened this issue Jun 8, 2018 · 2 comments

Comments

@timcdlucas
Copy link
Owner

Copy pit plot from here.

https://arxiv.org/pdf/1806.02748.pdf

@timcdlucas
Copy link
Owner Author

It's from bayesplot. I guess a useful way to go INLA to bayesplot would be useful.

@timcdlucas
Copy link
Owner Author

Something like

bayesplot(inla_model, gg_bayes_plot) with gg_bayes_plot being a function from bayes plot.

The alternatives that are less good include...

out <- prep_bayesplot(inla_model)
gg_bayes_plot(out[[1]], out[[2]], out[[3]])

or exporting a version of every bayesplot function like gg_inla_bayes_plot.

Final option that may not work is like:

out <- prep_bayesplot(inla_model)
do.call(gg_bayes_plot, out)

@timcdlucas timcdlucas changed the title Ne wPIT plot Interface to bayesplot plot Jun 14, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant