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"
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
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
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)
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
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
6 matches
Mail list logo