I have already broken down two variables (sat and colgpa) by whether or not the student is an athlete or not. However, I am trying to further break down the analysis by gender. That is, I would like to report the same statistics by athlete status separately for both genders. I have successfully done this using two separate tables; however, am wondering if it is possible to accomplish this in one table.
Here is my first table, breaking down the two variables by athlete status.

Here are my two tables (one for male, one for female) breaking down the two variables by athlete status.

What I cannot figure out is whether there is a way to condense these two tables down into one table, as the two tables are not as visually descriptive.
Here is my first table, breaking down the two variables by athlete status.
Here are my two tables (one for male, one for female) breaking down the two variables by athlete status.
What I cannot figure out is whether there is a way to condense these two tables down into one table, as the two tables are not as visually descriptive.
Comment