Re: [R] Where did lost variables go, with example

2014-01-02 Thread peter dalgaard
On 31 Dec 2013, at 17:32 , Duncan Murdoch wrote: > On 13-12-31 9:48 AM, David Parkhurst wrote: >> Two or three respondents asked for an example of my problem. Here's >> what's happening to me now. I can't reproduce how I got to this point, >> though: >> >> > ls() >> [1] "All8" "All8Sites"

Re: [R] Where did lost variables go, with example

2014-01-02 Thread PIKAL Petr
p@r-project.org > Subject: Re: [R] Where did lost variables go, with example > > Thank you. I've tried what you're suggesting, at an earlier suggestion > from another respondent, and I don't find my variable in any of lists > ls() through ls(7). > > I'm jus

Re: [R] Where did lost variables go, with example

2013-12-31 Thread David Parkhurst
Thank you. I've tried what you're suggesting, at an earlier suggestion from another respondent, and I don't find my variable in any of lists ls() through ls(7). I'm just going back to using R after being away from statistics for several years. I'm thinking I might uninstall R, then reinstall

Re: [R] Where did lost variables go, with example

2013-12-31 Thread Duncan Murdoch
On 13-12-31 11:38 AM, David Parkhurst wrote: Thank you. I've tried what you're suggesting, at an earlier suggestion from another respondent, and I don't find my variable in any of lists ls() through ls(7). Are you sure that "X" is really the name of a column in the dataframe? names(All8Sites)

Re: [R] Where did lost variables go, with example

2013-12-31 Thread Duncan Murdoch
On 13-12-31 9:48 AM, David Parkhurst wrote: Two or three respondents asked for an example of my problem. Here's what's happening to me now. I can't reproduce how I got to this point, though: > ls() [1] "All8" "All8Sites" "A" "B" "C" "i" "n" "D" "F" > X Error: object 'X' not found

Re: [R] Where did lost variables go, with example

2013-12-31 Thread David Parkhurst
Two or three respondents asked for an example of my problem. Here's what's happening to me now. I can't reproduce how I got to this point, though: > ls() [1] "All8" "All8Sites" "A" "B" "C" "i" "n" "D" "F" > X Error: object 'X' not found > attach(All8Sites) > ls() [1] "All8" "All