fsolt/dotwhisker

Incorrect CI description

Closed this issue · 2 comments

The alpha for style = "dotwhisker" has been deprecated. Instead, users can specify conf.level to change the range of the whisker through broom:tidy.

Need to correct the relevant descriptions in the vignette.

dwplot(m1, alpha = 0.01) # not work

dwplot(m1, conf.level = .90)

Check line 249-250 of dwplot.R, though

fsolt commented

See also #93

Fixed by eaac206; adding the ci option.