interpret_result <- bid_interpret(
central_question = "How can we improve user task completion?",
data_story = list(
hook = "Users are struggling with complex interfaces",
resolution = "Simplify key interactions"
)
)
# Auto-suggested theory
bid_notice(
previous_stage = interpret_result,
problem = "Users struggling with complex dropdowns and too many options",
evidence = "User testing shows 65% abandonment rate on filter selection"
)
# With explicit theory
notice_result <- bid_notice(
previous_stage = interpret_result,
problem = "Mobile interface is difficult to navigate",
theory = "Fitts's Law",
evidence = "Mobile users report frustration with small touch targets"
)
summary(notice_result)
Run the code above in your browser using DataLab