On Wed, Apr 19, 2006 at 08:56:55PM -0400, Jason Stover wrote:
     So now I've discovered that after I create my transformation
     with add_transformation() in regression.q, I found that
     close_active_file() clobbers it right after the REGRESSION
     procedure is done. 
     
     How should I avoid the call to close_active_file()?

This is just a guess.  But looking at the differences between
descriptives and regression, I see that the former has set the
transformation AFTER multipass_procedure with splits has returned.

 /* Data pass. */
  ok = multipass_procedure_with_splits (calc_descriptives, dsc);

  /* Z-scoring! */
  if (ok && z_cnt)
    setup_z_trns (dsc);

Whereas regression calles add_transformation inside the
multipass_procedure_with_splits.

I guess this is related to Ben's comments about it not working
properly with splits.

J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature

_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to