help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
On Behalf Of UriB
Sent: Wednesday, July 13, 2011 9:28 AM
To: r-help@r-project.org
Subject: Re: [R] How to translate string to variable inside a command in
an easy way in R
Thanks
Here is another question
I want to have a function
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
> On Behalf Of UriB
> Sent: Wednesday, July 13, 2011 9:28 AM
> To: r-help@r-project.org
> Subject: Re: [R] How to translate string to variable inside a command in
> an easy
Thanks
Here is another question
I want to have a function that get a string for example
y="AMI" and make commands like the following
agg<-aggregate(numAMI ~MemberID,right.a,sum)
Note that I know that numAMI is part of right.a because another function
with the string AMI already generated it.
I
Hi,
On Wed, Jul 13, 2011 at 7:03 AM, UriB wrote:
> Greg Snow-2 wrote:
> "You are suffering from the fact that the longest distance between 2 points
> is a shortcut.
>
> The df$column notation is a shortcut for df[[column]] that has some nice
> properties, but the shortcut gets in the way when you
Greg Snow-2 wrote:
"You are suffering from the fact that the longest distance between 2 points
is a shortcut.
The df$column notation is a shortcut for df[[column]] that has some nice
properties, but the shortcut gets in the way when you want to do something
more structured. Try qq1[[z]]==y and a
You are suffering from the fact that the longest distance between 2 points is a
shortcut.
The df$column notation is a shortcut for df[[column]] that has some nice
properties, but the shortcut gets in the way when you want to do something more
structured. Try qq1[[z]]==y and avoid all that past
6 matches
Mail list logo