Re: [R] How to substract a valur from dataframe with condition

2011-03-22 Thread joe82
Thank you all !! On Tue, Mar 22, 2011 at 3:53 AM, Peter Ehlers [via R] < ml-node+3395720-1679132054-222...@n4.nabble.com> wrote: > On 2011-03-21 14:39, joe82 wrote: > > > Hello All, > > > > I need help with my dataframe, it is big but here I am using a small > table > > as an example. > > > > My

Re: [R] How to substract a valur from dataframe with condition

2011-03-22 Thread Peter Ehlers
On 2011-03-21 14:39, joe82 wrote: Hello All, I need help with my dataframe, it is big but here I am using a small table as an example. My dataframe df looks like: X1 X2X3 1 2011-02 0.00 96.00 2 2011-02 0.00 2.11 3 2011-02 2.00 3.08 4 2011-02 0.06 2.79 5 2011-0

Re: [R] How to substract a valur from dataframe with condition

2011-03-21 Thread Bill.Venables
p@r-project.org Subject: [R] How to substract a valur from dataframe with condition Hello All, I need help with my dataframe, it is big but here I am using a small table as an example. My dataframe df looks like: X1 X2X3 1 2011-02 0.00 96.00 2 2011-02 0.00 2.11 3 2011-02 2.00

Re: [R] How to substract a valur from dataframe with condition

2011-03-21 Thread David Winsemius
On Mar 21, 2011, at 5:39 PM, joe82 wrote: Hello All, I need help with my dataframe, it is big but here I am using a small table as an example. My dataframe df looks like: X1 X2X3 1 2011-02 0.00 96.00 2 2011-02 0.00 2.11 3 2011-02 2.00 3.08 4 2011-02 0.06 2.79

[R] How to substract a valur from dataframe with condition

2011-03-21 Thread joe82
Hello All, I need help with my dataframe, it is big but here I am using a small table as an example. My dataframe df looks like: X1 X2X3 1 2011-02 0.00 96.00 2 2011-02 0.00 2.11 3 2011-02 2.00 3.08 4 2011-02 0.06 2.79 5 2011-02 0.00 96.00 6 2011-02 0.00 97.00