Hi there,
Is it possible to create a heatplot that displays relative frequencies within each row?
By default, heatplots display absolute frequencies, I mean, each value in the plot is the cell count (intersection) divided by the total number of observations.
But i need that the plot display every value cell as the coefficient between the intersection and the total number of the row.
A data example:
clear
input float(destino_or_a3 destino_or)
1 5
4 3
3 1
5 1
5 5
3 3
4 1
5 1
4 3
5 4
5 5
5 5
4 1
4 1
5 4
5 3
3 3
4 4
4 4
4 1
Thanks !!
Is it possible to create a heatplot that displays relative frequencies within each row?
By default, heatplots display absolute frequencies, I mean, each value in the plot is the cell count (intersection) divided by the total number of observations.
But i need that the plot display every value cell as the coefficient between the intersection and the total number of the row.
A data example:
clear
input float(destino_or_a3 destino_or)
1 5
4 3
3 1
5 1
5 5
3 3
4 1
5 1
4 3
5 4
5 5
5 5
4 1
4 1
5 4
5 3
3 3
4 4
4 4
4 1
Thanks !!

Comment