I like to think that the PSPP manual documentation for CTABLES is
pretty good. It includes many examples. If there's anything missing
from it, let me know.
On Wed, Oct 23, 2024 at 3:27 PM ft gmail wrote:
>
>
> Le 23/10/2024 à 17:24, Ben Pfaff a écrit :
> > On Wed, Oct 23, 2024 at 5:14 AM ft gmail
CTABLES is well-documented indeed!
For exercises you might want to have a look at some blog posts here:
https://www.morewithdata.net/blog/index-3.html
frans
On 10/24/24 22:51, Ben Pfaff wrote:
I like to think that the PSPP manual documentation for CTABLES is
pretty good. It includes many exa
Le 23/10/2024 à 17:24, Ben Pfaff a écrit :
On Wed, Oct 23, 2024 at 5:14 AM ft gmail wrote:
Does PSPP intend to replace a specific version of SPSS CTABLES ?
My goal is always to implement features from the latest SPSS (but some are
currently missing).
The best I found was a SPSS TABLES 11.5
On Wed, Oct 23, 2024 at 5:14 AM ft gmail wrote:
> Does PSPP intend to replace a specific version of SPSS CTABLES ?
My goal is always to implement features from the latest SPSS (but some are
currently missing).
> The best I found was a SPSS TABLES 11.5 manual. Is there anything better ?
You shou
Thank you very much, Ben. Your solution looks far better. Though I
worked with CTABLES years ago, a steep re-learning curve rests.
Does PSPP intend to replace a specific version of SPSS CTABLES ?
Unfortunately , I did not find a good website (or book) for
self-learning CTABLES with syntax, not
CTABLES should work with TEMPORARY. I'm surprised that it doesn't. It
works for me with your data.
Here is how to get the totals column. There might be a way to get a %
Total row too; I didn't have time to figure it out.
set /tnumbers labels.
temp.
recode d60 (7=3)./* missing =7 recoded into alm
Hi,
I try to exploit the wide possibilities that the procedure CTABLES
allows and which I have used years ago with SPSS but today, I am stuck
with a recent Eurobarometer 94.3 survey file from 2021.
I have two questions:
1/ To make the CTABLES output more readable I temporarily recode two
sm