Table of Contents
statsmodels.sandbox.formula.
isnested
Is factor B nested within factor A or vice versa: a very crude test which depends on the namespace.
If they are nested, returns (True, F) where F is the finest level of the relationship. Otherwise, returns (False, None)