Some of my students are not able to run the code at line In [11]. This is code that is already in there but when they go to run it, it gives them an error (see below). Please help
Error in h(simpleError(msg, call)): error in evaluating the argument 'object' in selecting a method for function 'summary': object 'sat_model_1' not found
Traceback:
1. summary(sat_model_1)
2. .handleSimpleError(function (cond)
. .Internal(C_tryCatchHelper(addr, 1L, cond)), "object 'sat_model_1' not found",
. base::quote(eval(expr, envir, enclos)))
3. h(simpleError(msg, call))