Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

if not na in r

> apply(p, 1, function(x) which(!is.na(x)) )
[[1]]
[1] 2 3

[[2]]
[1] 4 7

[[3]]
integer(0)

[[4]]
[1] 5

[[5]]
integer(0)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #na
ADD COMMENT
Topic
Name
4+4 =