I'm working with a list of names and addresses I've run through the ConsumerView Matching, and thanks to this post, I have a good start on figuring out my demographic distribution:
http://community.alteryx.com/t5/Alteryx-Knowledge-Base/Identify-Top-Clusters-in-Your-Customer-File-Module/ta-p/1283
As I understand it, that method will give me the highest density clusters, relative to the general population within the area in question. For instance, if the model predicts that 10% of the records should be a part of mosaic group A01, and I have 12%, it reports an 'index' of 120. Using that, I can figure out which groups in my list are more strongly represented, not just more numerous.
Here's the question: since I have a nationwide list, is there a way to calculate those index values based on smaller geographic subsets, perhaps broken up by CBSA or within the boundaries of a state or county?
I already have the household mosaic codes assigned, and am able to get the results I want across the whole dataset, but as soon as I try to group or segment it within the Behavioral Analytics tools, it falls apart. I did figure out a way to do it running the analysis as a macro and feeding it the data already segmented, but it's not very pretty, and it makes me feel like I'm overlooking (or not understanding) something much simpler.