You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we do weighted analysis heat map visual by including weight variable?
Also I want to know for what purpose the Intensity option is used in the Fields Tab.
It would be appreciated if you provide the comments ASAP.
Thank you,
Eshwar
The text was updated successfully, but these errors were encountered:
Can you explain to me what you mean by weight variable? I'm not sure I understand.
If you dont want all x,y coordinates to mean the same. E.g. you have click postions on a web page and for each x,y coord you record the number of clicks then you can put that as the intensity.
Mean | 207.0 | 498.2 |
Wtd. Mean | 228.0 | 482.5 |
Here I have mentioned the weighed analysis what we do regularly in summary tables and I want to do the similar thing in heat map visualization.
Here the Mean for X (or Y) are calculated as total of X's/total no. of respondents
whereas Wtd. Mean was calculated as sum of product of (X and it's respective weight value) / sum of weight.
Here the weights are given to respondents in such a way that the sum of weights must be equal to the number of respondents.
Can we do this weighted visualization in heatmap as we do weighted mean, std and etc... in weighted analysis?
Many thanks in advance.
Hi sjkp,
Thanks for the awesome heat map custom visual.
Can we do weighted analysis heat map visual by including weight variable?
Also I want to know for what purpose the Intensity option is used in the Fields Tab.
It would be appreciated if you provide the comments ASAP.
Thank you,
Eshwar
The text was updated successfully, but these errors were encountered: