Displaying 1 result from an estimated 1 matches for "necessaruy".
Did you mean:
necessarry
2012 Nov 13
2
How to visualize relation between two sets of rel. frequencies?
I am looking at a data set containing two variables (x,y), each of which
represents relative frequencies (rounded):
data.frame(x = c(0.1,0.6,0.2,0.1), y = c(0.5,0.2,0.2,0.1))
x y
1 0.1 0.5
2 0.6 0.2
3 0.2 0.2
4 0.1 0.1
each of the rows reflects a "relation" between x and y, for example in
row 4: 10% of the observations in x account for 10% of the observations
in y.
I