Measuring A1C and Weight Changes in Consistent Food Trackers
I want to measure whether there’s a decrease in A1C and/or weight over time among users who consistently track their food. My main event is Daily User Behavior. Relevant properties on this event are: meal_count → number of meals tracked that day a1c_reading → user’s daily or latest A1C reading weight_reading → user’s daily or latest weight reading I define “consistent trackers” as users who track at least 5 days in a week. I want to understand, using Mixpanel’s best-practice method: How to measure if these users’ a1c_reading and weight_reading values decrease over time. Whether Mixpanel recommends doing this through Insights, Impact, or Signal, given my goal is to see within-user improvement (not comparison with a control group). If cohorting is necessary, how to handle the issue that new users joining later could distort the trend. Please explain the most reliable approach using Mixpanel’s existing reports and features to answer this question accurately.
