A student tried this code at the end of notebook 4 (create your own code for class competition) and received the warning message. We were wondering what it means.
Thanks,
LPerry
my_model <- lm(default_rate ~ (region * hbcu * net_tuition * enrollment) + SAT_avg + (pct_fed_loan * pct_PELL ),data = train)
Warning message in predict.lm(my_model, newdata = test):
“prediction from rank-deficient fit; attr(*, "non-estim") has doubtful cases”