Hi Ben,
** Split by Age **
SORT CASES BY <age>
SPLIT FILE SEPARATE BY <age>
SHOW SPLIT
DISPLAY LABELS <age>
REGRESSION
      /VARIABLES= <vars>
      /DEPENDENT= <var>
      /METHOD=ENTER
      /STATISTICS=COEFF CI R ANOVA
SPLIT FILE OFF.


In the output viewer, there is nothing between the end of one regression output 
and the next

[cid:894866aa-1c60-4ed2-800e-fc336905f0c1]

Thanks for looking at this


Tim Goodspeed

+44 (0)7714 136 176

________________________________
From: Ben Pfaff <b...@cs.stanford.edu>
Sent: 07 March 2025 00:17
To: tim.goodsp...@btinternet.com <tim.goodsp...@btinternet.com>
Cc: pspp-users@gnu.org <pspp-users@gnu.org>
Subject: Re: Group identifiers labeled in output viewer for regression of split 
file

Which command are you using to produce a regression? It might be that
that command has a bug (old or new).

On Thu, Mar 6, 2025 at 5:24 AM tim.goodsp...@btinternet.com
<tim.goodsp...@btinternet.com> wrote:
>
> I am regressing a split file. I cannot get any syntax to get group 
> identifiers labelled in output viewer.
>
> I have, before regressions:
>       SORT CASES BY <var>
>       SPLIT FILE SEPARATE BY <var>
>       SHOW SPLIT
>       DISPLAY LABELS <var>
> but I cannot find anything to display in the output viewer which regression 
> is which split of the file?
>
>
>
> Tim Goodspeed
>
> +44 (0)7714 136 176

Reply via email to