Skip to content
Prev 387545 / 398502 Next

for loop implementation in below problem

On 22/03/2021 1:59 a.m., Jim Lemon wrote:
That's not true at all.  The statement was

     PRE<- if(missing(GAY)){
       (GA/GA) * 100
     } else {
       (GA/GAY) * 100
     }

so the result is (GA/GA) * 100 or (GA/GAY)*100.
If that's true and GA isn't missing, the result will always be 100.

Duncan Murdoch