Re: [R] Where is the error

2008-09-14 Thread Nicky Chorley
2008/9/14 rajivv <[EMAIL PROTECTED]>: > > P <- vector(mode="numeric",length =10) > > SS<-function(){for(id in 0:9){ >if(0print("ss") > else > print("ss") > }} > > SS() > --- > Error in if (0 < P[id]) print("ss") else print("ss") :

[R] Where is the error

2008-09-14 Thread rajivv
P <- vector(mode="numeric",length =10) SS<-function(){for(id in 0:9){ if(0http://www.nabble.com/Where-is-the-error-tp19477706p19477706.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://st

Re: [R] Where is the error

2008-09-14 Thread Berend Hasselman
rajivv wrote: > > P <- vector(mode="numeric",length =10) > > SS<-function(){for(id in 0:9){ > if(0 print("ss") > else > print("ss") > }} > > SS() > --- > Error in if (0 < P[id]) print("ss") else print("ss") : > argument is of