Re: Not Enough Digits Beyond Decimal Point for Regression Coefficients

2021-03-13 Thread Alan Mead
You can include a command like this in your syntax before the analysis:  SET FORMAT F12.6. which will make the default numeric format 12 columns with six decimals. If you know the whole number will be small, you could use a format like F8.5. The PSPP manual says: > FORMAT > Allows the default nu

Not Enough Digits Beyond Decimal Point for Regression Coefficients

2021-03-13 Thread Ricardo Mejias
I have started running regression equations and found that their coefficient and other outputs only have two digits beyond the decimal point. This is a serious problem since often regression coefficients are zeroes for the first two digits beyond the decimal point, so none of their other number