GEN1 is the same as SAMPLE 1 1 and GENR so this will only make this calculation for the 1st observation. To make this work try. GENR RVAR=SUM(RES,20)/18 where 18 is N-K. This will match the output from LIST -
SHAZAMHelp (Oct 28 '11)
Thank you. But N-K= 20-1=19. (no constant) -
Jack (Oct 28 '11)
In the above a constant is automatically inserted. To exclude a constant use the NOCONSTANT option. -
SHAZAMHelp (Oct 28 '11)
