View Single Post
  #1   Report Post  
DWright
 
Posts: n/a
Default Regression Statistics are returned as Rounded to 1 vs. several dec

Hello,

I am trying to apply linear regression analysis to test the "effectiveness"
of swap transactions (but that's beside the point).

I have 2 columns of %'s as my x and y data, and I am trying to see if they
correlate. So I am interested in the R Square statistic. For some reason,
the resulting statistics are all rounded to 1 (hard-entered w/out decimals),
instead of formatted several decimal places (see below).
Regression Statistics
Multiple R 1
R Square 1
Adjusted R Square 1
Standard Error 2.40655E-18
Observations 20

Anyone know why or how I can adjust the resulting format?

Thanks in advance