How can I get my adjusted P values in matrix form?

43 Views Asked by At

I want a simple table of adjusted P values that I can export to Excel. However, as in the screenshot

enter image description here

the adjusted p values are coming out not in an 184x184 matrix like everything else, but instead two columns. How do I fix this? The code I used to get this info is with the psych package:

corr.test(braakxsymptoms,method="spear
man",adjust="fdr", alpha=.05, ci=TRUE)

See that every other output but p.adj is 184x184.

I tried to get a 184x184 grid but instead got an output in two columns.

0

There are 0 best solutions below