I have this table:
Now I would like to create a cross table only for agecat younger, so it would look something like this:
/ alive / dead
1 / 372 / 46
0 / 393 / 25
I want to work with subsets to obtain the right data from the original table but I don't really know where to start, can someone help me out?