###*Regression and Stepwise Regression
rm(list=ls())
getwd()
holder<-"C:/Users/a0966/Documents"
setwd(holder)
df<-read.csv('887.csv',header=TRUE,sep=",")
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") : cannot open file '887.csv': No such file or directory
There is a character in the column names that is causing a problem. Can you edit the csv file in a text editor (e.g. Notepad) and reenter the column names?