I have records of data by account (say unique 400 records). Each record has three different indications indicated premium. For each record, I am concerned with how the indications compare to each other. In some cases, the indications may be all relatively in line, while in other the 3 indications will be volatile and very different. These records also have a state associated with them.
Anyways, I am wondering if there is a nice way to visualize the by record differences between the 3 indications. Also, whether or not there is a nice way to visualize the indication differences by state (perhaps on a map-like view in R??).
I have plotted the distributions of each individual indication using density plots which has been helpful, but here I am asking about a visualization of the differences between 1, 2, or all 3 indications for each record. Is what I am asking possible?
Thank you so much.