Changes in version 0.6 - New method 'goto' for finding implied probabilities. Changes in version 0.5 (2023-06-11) - Can now convert odds to probabilities that should sum to other values than 1, using the target_probability argument in implied_probabilities(). - New vignette 'Troubleshooting'. - Introduction vignette updated with how to use the new target_probability option. - New option 'uniroot_options' in implied_probabilities, to better control the uniroot solver. - Fixed many spelling errors in the documentation. Changes in version 0.4.1 (2022-06-08) - Small change to how the 'jsd' method in implied_probabilities() works, so that it works in some cases where it used to fail. - Fixed a link in the Introduction vignette. Changes in version 0.4.0 (2021-07-14) - New function implied_odds(), that converts probabilities to odds with a given margin. - New method = 'jsd' in implied_probabilities(). Check the introductory vignette for more information. Changes in version 0.3.2 - Fixed wrong formula for the WPO method in the introduction vignette. Changes in version 0.3.1 (2020-08-02) - Raises error if the inverse odds sum to less than 1. - NA's will be returned if there are NA's in the input odds. Changes in version 0.3.0 (2020-04-18) - A new algorithm for Shin's method is included. - Small bugfix for when Shin's method fails and produces NA's. Instead of crashing, it now raises a warning and flags the result as problematic. Changes in version 0.2.5 (2020-02-16) - First version on CRAN.