lpm.2<-lm(Accept~Status+Mortality+Disputes,train.2fact) error showiing Error in eval(predvars, data, env) : object 'Accept' not found Please Help
Hi, could you be more specific about the data and code? It could be a problem in the importation of the dataset, in the cross-validation or a misspelling the variable name. I can't say it for sure
Ideally, please try to provide a proper REPRoducible EXample (reprex) illustrating your issue.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.