haziqj / iprior

An R package for I-prior regression
GNU General Public License v3.0
1 stars 1 forks source link

Fix rounding error in summary() #24

Closed haziqj closed 8 years ago

haziqj commented 8 years ago

Value used for calculation of standard deviation of errors is rounded value of psi. This needs to be fixed - i.e. round the value after calculating sigma = 1/sqrt(psi).