Seeds: Random effect logistic regression

You should be able to do something like this:

pm.sample(start={'alpha_0':0, 
                 'alpha_1':0, 
                 'alpha_2':0, 
                 'alpha_12':0, 
                 # etc
                }
         )