You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to allow no drawing of the confidence intervals directly from the API. (A hack is to convert the ll and hl to be the same as the estimate.)
One solution is to allow llandhl to be None.
Another solution is a new option drawci that is True by default but can be set to False.
Add new option
Update args validation
Update docs: ll and hl no longer required(?)
The text was updated successfully, but these errors were encountered:
* Allow no drawing of CI (#61)
* Allow no drawing of CI (#58)
* Update CI.yml
* Update nb.yml
* Update options (#58)
* Increase images
* Bump to v0.3.0 (#58)
* Patch (#68)
* Update branches in workflows
* Replacing append with concat in Pandas (#66)
Would be nice to allow no drawing of the confidence intervals directly from the API. (A hack is to convert the ll and hl to be the same as the estimate.)
One solution is to allow
ll
andhl
to beNone
.Another solution is a new option
drawci
that isTrue
by default but can be set toFalse
.Add new optionll
andhl
no longer required(?)The text was updated successfully, but these errors were encountered: