Greetings Everyone!

Hopefully, you all be doing well, I have a question regarding the display format for a table i.e
Code:
pwcorr MCDA REALEM DIS_ERM RCFO PROD_RM BIND BEXP BF FD

             |     MCDA   REALEM  DIS_ERM     RCFO  PROD_RM     BIND     BEXP
-------------+---------------------------------------------------------------
        MCDA |   1.0000 
      REALEM |  -0.0598   1.0000 
     DIS_ERM |  -0.0059   0.2531   1.0000 
        RCFO |  -0.2504   0.7301  -0.0068   1.0000 
     PROD_RM |   0.0398   0.8289   0.0069   0.5848   1.0000 
        BIND |   0.0190  -0.0958   0.0181  -0.0683  -0.1203   1.0000 
        BEXP |  -0.0310  -0.1156  -0.0043  -0.0692  -0.1164   0.1972   1.0000 
          BF |  -0.0020   0.0694   0.0205   0.0687   0.0301  -0.0472  -0.1783 
          FD |   0.0045   0.1195  -0.0089   0.0728   0.1436  -0.1967  -0.0021 

             |       BF       FD
-------------+------------------
          BF |   1.0000 
          FD |   0.2440   1.0000
As shown in the table that there is 4 digit after the decimal, I want to reduce it to two-digit, in regression we do that by b(2) t(2), How we will do it in this situation?

Thanks in Advance