My student types in what the video walkthrough shows and what other students have done successfully (Shown below)
subset(my_*dat, region == "Midwest" & default_*rate > 33)
He gets in response
Error in eval(e, x, parent.frame ()) : object 'region' not found
Traceback:
subset(my*dat, region == "Midwest" & default_*rate >33)
subset.data.frame(my_dat, region== "Midwest" & default_rate> 33)
eval(e, x, parent.frame())
eval(e, x, parent.frame())
(code formatting fixed by @dylarm )