[R] syntax error in function 'for'

Peter Wolf s-plus at wiwi.uni-bielefeld.de
Wed May 5 17:46:28 CEST 2004


Ulrich Leopold wrote:

>On Wed, 2004-05-05 at 17:11, Peter Dalgaard wrote:
>  
>
>>Ulrich Leopold <uleopold at science.uva.nl> writes:
>>
>>    
>>
>>>Dear list,
>>>
>>>I get a syntax error for the following function:
>>>
>>>for(na.omit(sqrt(D))>2) {na.omit(A)-(na.omit(B)+(na.omit(sqrt(C))))}
>>>
>>>Any idea what is wrong?
>>>      
>>>
>>Yes, that's not the syntax for a for loop. I have no idea what your
>>intention might have been, though.
>>    
>>
>
>Ok thanks. I think I misunderstood the example in the help. I think, I
>rather need an if function.
>
>I would like to calculate the right hand side if the condition on the
>left hand side is met. I am afraid I do not quite understand the syntax.
>
>if(na.omit(sqrt(D))>2) {na.omit(A)-(na.omit(B)+(na.omit(sqrt(C))))}
>
>Now I get the following warning:
>the condition has length > 1 and only the first element will be used in:
>if(na.omit(sqrt(D))>2) {
>
What is the result of the "condition"   (1:10) >2 ? What should be done?
Read the text of the warning again.

Peter Wolf




More information about the R-help mailing list