Skip to content

control sizes of intervals and points in mcmc_intervals #229

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 2, 2020

Conversation

jgabry
Copy link
Member

@jgabry jgabry commented Jun 21, 2020

Closes #215 and #228

This PR adds the arguments inner_size, outer_size, and point_size to mcmc_intervals() to control the size (thickness) of the interval segments and the size of the point estimate.

Also adds one new vdiffr visual test.

@jgabry jgabry added the feature label Jun 21, 2020
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2020

Codecov Report

Merging #229 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #229   +/-   ##
=======================================
  Coverage   99.28%   99.28%           
=======================================
  Files          31       31           
  Lines        3927     3928    +1     
=======================================
+ Hits         3899     3900    +1     
  Misses         28       28           
Impacted Files Coverage Δ
R/mcmc-intervals.R 99.20% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5ee4dd...dc99d72. Read the comment docs.

@tjmahr tjmahr merged commit 794f220 into master Jul 2, 2020
@tjmahr tjmahr deleted the mcmc_intervals-size branch July 2, 2020 15:18
@jgabry
Copy link
Member Author

jgabry commented Jul 2, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible to modify point size for mcmc_intervals?
3 participants