Hi,
Is there a way to reverse a frequency table? Suppose I have a matrix of two columns. The
first has values for income per capita variable and the second column has the number of
persons that earned each specific income. Is there a way to generate a new matrix with
only one column that repeats each income per capita value by the number of persons
(frequency)?
Thanks.