I have 2 tables in Stata: one shows the count of total parents in each state that had a divorce in the specific divorce year cohort, the other shows the count of divorced parents with csphycus == 2
in each state and divorce year cohort.
I want a table that displays the percentage of parents who has csphycus ==2
for each state and each divorce year cohort.
So I want to divide the counts in these two tables. How should I do it?