My goal is to compare two of the groups I tested in a QAP using netlogit function in the sna package (I have five conditions). I have created confidence intervals as well and can access the standard error through the netlogit function. However, the typical tests (Fischer, etc) won't allow network matrices. Any ideas on how to compare two groups for statistical significance using matrix data?
Here is one matrix example (1 is tie between two nodes and 0 is no tie).
```
```Id 1 2 3 4 5 6
```1 0 1 1 0 1 0
```3 0 0 0 0 0 0
```4 0 0 0 0 1 0
```5 0 0 0 0 0 0
```6 1 1 1 1 1 0