R question. Create new data set that meets all of 4 conditions.

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-05-16T17:15:35Z Indexed on 2010/05/16 17:20 UTC
Read the original article Hit count: 135

Filed under:
|
|
|

Hello, I would like to create a new dataset where the following for conditions are all met.

rowSums(is.na(UNCA[,11:23]))<12

rowSums(is.na(UNCA[,27:39]))<12

rowSums(is.na(UNCA[,40:52]))<12

rowSums(is.na(UNCA[,53:65]))<12

Thanks!

© Stack Overflow or respective owner

Related posts about r

    Related posts about statistics