Is there a (good) way to create a hierarchical model with multiple hierarchies? i.e. pooling across a couple different independent variables.
For example, if I have a data set with Industry
and Job Title
as independent variables and Income
as the dependent variable and wanted to include Industry
and Job Title
each with their own random effects, how would I specify this in PyMC3?