Re: [R] Re place values in Data matrix

2007-11-27 Thread T.K.
This will may work. Note that there is only one '&' instead of two. try[try > 0.0 & try < 0.05]<-1 On Nov 27, 2007 12:37 PM, mogra <[EMAIL PROTECTED]> wrote: > > I have data matrix and I want to replace values. > > > try >Rh.Rj RR.RjRT.Rj > V1 0.08465125 0.19159688 0.617294

[R] Re place values in Data matrix

2007-11-27 Thread mogra
I have data matrix and I want to replace values. > try Rh.Rj RR.RjRT.Rj V1 0.08465125 0.19159688 0.617294468 V2 0.74853203 0.88826790 0.113979660 V3 0.68767961 0.17979307 0.013802852 V4 0.31722379 0.25611821 -0.021954454 V5 0.17931687 0.04491838 0.011484522 V6 0.87455663