[R] Loading Dataset into R continual issue
Nicole Marie Ford
nmford at uwm.edu
Wed Mar 21 08:04:24 CET 2012
just a guess but does it know where to look for the variable? has the data been specified? i am not seeing any of the previous messages in this thread so forgive me if this has been mentioned.
that error means it has no idea where to find the dependent variable 'Pat2006'.
~nicole
----- Original Message -----
From: "bobo" <blezaic2 at gmail.com>
To: r-help at r-project.org
Sent: Wednesday, March 21, 2012 1:35:36 AM
Subject: Re: [R] Loading Dataset into R continual issue
Thank you. I was able to get it loaded however when I tried to run
mod1<-lm(Pat2006~FHouse)
I got
Error in eval(expr, envir, enclos) : object 'Pat2006' not found
What exactly is occurring here?
--
View this message in context: http://r.789695.n4.nabble.com/Loading-Dataset-into-R-continual-issue-tp4486619p4491424.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list