search for: var120

Displaying 1 result from an estimated 1 matches for "var120".

Did you mean: var10
2008 Jan 02
2
Subsetting data frame problem....
...ers, I'm new but already fascinated R user so please forgive for my ignorance. I have the problem, I read most of help pages but couldn't find the solution. The problem follows.... I have large data set 10,000 rows and more than 100 columns... Say something like var1,var2,var2,var4.......var120 ------------------------------------------- 12,12,345,657,67,8..... 12,12,345,657,0,8..... NA,12,345,657,NA,8..... 12,12,NA,657,67,8..... 12,12,345,657,NA,8..... I would like to select only rows where all variables are not NA.... so I can do something like df <- subset(...