Re: Ctables Bug

2023-12-14 Thread Matthias Faeth via PSPP user discussion
Thanks for the tip! Matthias Am Mi., 13. Dez. 2023 um 23:00 Uhr schrieb Ben Pfaff : > 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

Re: Ctables Bug

2023-12-13 Thread Ben Pfaff
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

Re: Ctables Bug

2023-12-13 Thread Matthias Faeth via PSPP user discussion
My bad, thanks anyway Matthias Am Mi., 13. Dez. 2023 um 17:27 Uhr schrieb Ben Pfaff : > 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. Us

Re: Ctables Bug

2023-12-13 Thread Ben Pfaff
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 wrote: > Hi Be

Ctables Bug

2023-12-13 Thread Matthias Faeth via PSPP user discussion
Hi Ben found a little bug here: while mean honors the f3.1 format, colpct does not [image: grafik.png] Cheers Matthias