Re: [R] Reading data from a dataframe

2008-02-09 Thread David Winsemius
Duncan Murdoch <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > On 09/02/2008 11:38 AM, David Winsemius wrote: >> "Alexander Ovodenko" <[EMAIL PROTECTED]> wrote in snipped >> >> Which creates the model and immediately discards it, because no >> durable object was given the values: >> >>>

Re: [R] Reading data from a dataframe

2008-02-09 Thread Duncan Murdoch
On 09/02/2008 11:38 AM, David Winsemius wrote: > "Alexander Ovodenko" <[EMAIL PROTECTED]> wrote in > news:[EMAIL PROTECTED]: > >> Thanks for the replies to my prior question. My problem is that R >> always says object not found when I enter a variable name into a >> command. I converted a Stata

Re: [R] Reading data from a dataframe

2008-02-09 Thread David Winsemius
"Alexander Ovodenko" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > Thanks for the replies to my prior question. My problem is that R > always says object not found when I enter a variable name into a > command. I converted a Stata file into an Rdata file by first > loading the foreign

Re: [R] Reading data from a dataframe

2008-02-09 Thread Duncan Murdoch
On 09/02/2008 11:20 AM, Alexander Ovodenko wrote: > Thanks for the replies to my prior question. My problem is that R always > says object not found when I enter a variable name into a command. I > converted a Stata file into an Rdata file by first loading the foreign > package by entering > > r

[R] Reading data from a dataframe

2008-02-09 Thread Alexander Ovodenko
Thanks for the replies to my prior question. My problem is that R always says object not found when I enter a variable name into a command. I converted a Stata file into an Rdata file by first loading the foreign package by entering require(foreign) Then I asked R to read the Stata file by ente