[R] My function and NA Values Problem

Engin YILMAZ ispanyolcom at gmail.com
Fri Oct 27 09:43:55 CEST 2017


Dear R Staff

My working file is in the annex. "g1.csv"
I have only 2 columns. Rice and coke.
I try to execute following(below) function, but do not work.
Because "Coke" value has NA values.
I try to add "na.rm=True" to the function but do not work
How can I solve this problem with this function or another algorithm?
(Note: I have normally 450 columns)

Sincerely
Engin YILMAZ


apply(g1, 2, function(c) sum(c==0))

Rice Coke
   0   NA


More information about the R-help mailing list