I have a data base of schools per district and the number of teachers per school. I want to select a sample where between 1 an 10 schools are selected in each district. Once a school is selected, the number of teachers selected should be proportional to the total number of teachers in the sample.
As we see, the districts are stratums, and the schools too.
EDIT: The maximum error of the proportion sholud be 0.035 and a 95% intervale confidence. I'm new to probabilistic sampling.
Is there any good tutorial or some advice to select the sample?