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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
infer 0.5.0
Breaking changes
shade_confidence_interval() now plots vertical lines starting from zero (previously - from the bottom of a plot) (#234).
shade_p_value() now uses "area under the curve" approach to shading (#229).
Other
Updated chisq_test() to take arguments in a response/explanatory format, perform goodness of fit tests, and default to the approximation approach (#241).
Updated chisq_stat() to do goodness of fit (#241).
Make interface to hypothesize() clearer by adding the options for the point null parameters to the function signature (#242).