Skip to content
Prev 155974 / 398506 Next

Where is the error

P <- vector(mode="numeric",length =10)

SS<-function(){for(id in 0:9){
	if(0<P[id]) 
	print("ss")
else
print("ss")
 }}

SS()
-------------------------------------------------------
Error in if (0 < P[id]) print("ss") else print("ss") : 
  argument is of length zero