Course: ENVS 193DS
Author: Rebecca Martinez
This project was created for Homework 3 in ENVS 193DS.
The assignment includes:
👉 View the full rendered HTML page
This dataset contains 108 service calls where I recorded whether help was needed and whether the service light was physically working. Other context like time, staffing, and events is included.
date
– Date of the calltime_interval
– Time block of the callhelp
– Whether help was needed (TRUE
, FALSE
, or NA
)working
– Whether the light worked (TRUE
, FALSE
, or NA
)staff_total
– Staff present at the timemachines_active
– Machines running nearbyweekday
– Day of the weekevent
– Event happening (e.g., giveaway
, show
, holiday
)data/service_data.csv
– Main datasetENVS-193DS_homework-03.qmd
– Quarto file with code, analysis, and narrativeblinking_lights.gif
– Final animated lightboardimages/sketch.png
– Hand-drawn concept sketchimages/fig4-bioturbation.png
– Figure for critiqueREADME.md
– This summary document