Suppose I'm working with the following database:
df=data.frame(v=c(1,2,NA,4,NA,6,7,8,9,10),v2=c(11,NA,NA,14,NA,16,NA,NA,19,NA),
v3=c(21,22,23,24,25,26,27,28,29,30),
v4=c("a","b","c", NA, NA,NA,"g","h", NA,NA))
I need to...
asked by
27.02.2014 / 11:14