search for: data1963

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

Did you mean: data16
2007 Apr 25
0
sorting data help
...8 1980 0 0 9 1981 1 1 2 1981 1 0 7 1981 0 1 7 1981 0 0 9 So far, I've been using the "sort()" function to order the data. Then, f63<-sort(data1963$Gdp) data1963$INEQ[data1963$Gdp>median(f63)] data1963$INEQ[data1963$Gdp<median(f63)] in order to separate the data. But, there's missing data and the NA are still being counted when I use the function "length()". I'm not sure how to get the data in the way I need it witho...