Re: [R] for loop help

2007-03-26 Thread Anthony Steven Dick
), > split() etc. > > > If this does not help, then please resend a simplified version of the > codes, preferably with a simple toy example to illustrate. > > Regards, Adai > > > > Anthony Steven Dick wrote: >> Hello- >> >> I have a script which ste

[R] for loop help

2007-03-25 Thread Anthony Steven Dick
HE VARIABLE EACH TIME YOU CHANGE CONDITION pre.outliers<-subset(final.roi.df, gFDR4FWHM >= 1.96) detach(final.roi.df) attach(pre.outliers) outliers<-subset(pre.outliers, gtvalue4FWHM >= 0.00) ...and the script dies h