/* Part of a project where I practice BOTEC-ing more often. How many blocks of Trader Joe's Firm Tofu have I cut while at my house? Maybe divide up into: - Prep for house meals - Personal consumption */
/* CEA BOTEC workshop Here's a start of a scrappy model */ days_retreat = 5 to 6 hours_retreat = days_retreat * 8 days_travel = 0.7 * 2 hours_travel = days_travel * 8
/* Written by: Ben West, Angelina Li Goal: estimate how many dollars in donations to LTFF are equivalent to one hour spent by a CEA employee */ /* Cost static variables */
// ================================= // Raw data – maybe ignore this bit // ================================= digest_stats = { emails: 490590, open_rate: 0.37, click_rate: 0.099, unsubscribe_rate: 0.0019, }