Guenter,

I have never used visual binning, but I think you want to do something
like this:

* assume height is in cm.
recode height (lo thru 150=1) (151 thru 180=2) (181 thru hi=3) into
height_group.
execute.

-Alan

On 12/13/2014 10:52 AM, Günter Nimmerfall wrote:
> Hello, I'm really new in using PSPP and for that reason I want to
> excuse myself if some of my questions seem to be stupid.
> I want to show my students how they could collapse height-variables
> into groups. I know how to do this in SPSS by using "Visual Binning"
> in "Transformation" but I would like to show them to do most data
> analysis in PSPP. Is there a tool in PSPP too?
>
> Kind regards,
> Guenter
>
>
> _______________________________________________
> Pspp-users mailing list
> Pspp-users@gnu.org
> https://lists.gnu.org/mailman/listinfo/pspp-users

-- 

Alan D. Mead, Ph.D.
President, Talent Algorithms Inc.

science + technology = better workers

+815.588.3846 (Office)
+267.334.4143 (Mobile)

http://www.alanmead.org

Announcing the Journal of Computerized Adaptive Testing (JCAT), a
peer-reviewed electronic journal designed to advance the science and
practice of computerized adaptive testing: http://www.iacat.org/jcat

_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to