Displaying 1 result from an estimated 1 matches for "tp2720060p2720067".
2010 Sep 30
4
How to get a proportion of a Vector Member
I have a vector that looks like this:
> foo
[1] "o" "o" "o" "x" "o" "o" "o" "o" "o" "x" "x" "o" "x
How can we find the percentage of "o" and "x" in
that vector in R?
- G.V