# Example 1: 35-year-old with 10 eggs
# Expected: ~69% chance of at least 1 live birth
bwh_egg_freezing_tool(35, 10)
# Example 2: 40-year-old with 20 eggs
# Expected: ~51% chance of at least 1 live birth
bwh_egg_freezing_tool(40, 20)
Run the code above in your browser using DataLab