Thanks for the tip! Matthias
Am Mi., 13. Dez. 2023 um 23:00 Uhr schrieb Ben Pfaff <pfaff...@gmail.com>: > By the way, it used to make sense to use narrow formats back when SPSS or > PSPP showed output with fixed-width columns, where using a narrower format > allowed more data to display horizontally. But these days, with the output > engines that SPSS and PSPP have, usually there isn't a benefit to a narrow > format. So, I think that it's usually fine to just use a wide format, say > F8.1 or F40.1. It doesn't require much thought and the output will look > good. > > On Wed, Dec 13, 2023 at 1:16 PM Matthias Faeth <m.fa...@gmx.de> wrote: > >> My bad, thanks anyway >> >> Matthias >> >> Am Mi., 13. Dez. 2023 um 17:27 Uhr schrieb Ben Pfaff <pfaff...@gmail.com >> >: >> >>> Thanks for the report. >>> >>> A width of 3 is enough to show one integer digit, a decimal point, and >>> one fractional digit, but not enough for two integer digits, a decimal >>> point, and one fractional digit. Use F4.1 or a wider format instead. >>> >>> On Wed, Dec 13, 2023 at 1:07 AM Matthias Faeth <m.fa...@gmx.de> wrote: >>> >>>> Hi Ben >>>> >>>> found a little bug here: while mean honors the f3.1 format, colpct does >>>> not >>>> >>>> [image: grafik.png] >>>> >>>> Cheers >>>> >>>> Matthias >>>> >>>>