Hello,
I've been trying to visualise different effect of IV on DP for certain subgroups in used dataset. I've used this code:
The problem is that when the process is done, the output sends 130+ "mini"graphs, because of multilevel structure of the data.
I want to ask you, if you know how to make each graph bigger (so I can actually present the results) or if you can change the command to make 100+ single graphs (one for each cluster).
Thank you for help.
P.S.: I am including the output graph:

I've been trying to visualise different effect of IV on DP for certain subgroups in used dataset. I've used this code:
Code:
graph twoway scatter DP IV, msymbol(Oh) || lfit DP IV, lwidth(medthick) || , xlabel(-1(1)4, grid) ytitle("graph") by(variable name of the subgroup, legend(off) note(""))
I want to ask you, if you know how to make each graph bigger (so I can actually present the results) or if you can change the command to make 100+ single graphs (one for each cluster).
Thank you for help.
P.S.: I am including the output graph:
Comment