(How) can I create a codebook with value labels in SPSS version 14?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

(How) can I create a codebook with value labels in SPSS version 14?

Ruben Geert van den Berg
Dear all,
 
Is there any way to create a codebook with both variable as well as value labels in SPSS version 14.0?
 
TIA!
 
Ruben v.d. Berg
Amsterdam, the Netherlands
_________________________________________________________________
What can you do with the new Windows Live? Find out
http://www.microsoft.com/windows/windowslive/default.aspx
====================To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: (How) can I create a codebook with value labels in SPSS version 14?

Peck, Jon
The DISPLAY DICTIONARY command will show this information.  If you want statistics integrated with this output and don't want to use FREQUENCIES/DESCRIPTIVES etc, you can use the DisplayDict.py programmability module from SPSS Developer Central (www.spss.com) in the Downloads section.  That, of course, requires installing the Python plug-in for version 14.

You can see more information on this by clicking the item in the Downloads list.

HTH,
Jon Peck

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Ruben van den Berg
Sent: Wednesday, January 14, 2009 8:17 AM
To: [hidden email]
Subject: [SPSSX-L] (How) can I create a codebook with value labels in SPSS version 14?

Dear all,

Is there any way to create a codebook with both variable as well as value labels in SPSS version 14.0?

TIA!

Ruben v.d. Berg
Amsterdam, the Netherlands
_________________________________________________________________
What can you do with the new Windows Live? Find out
http://www.microsoft.com/windows/windowslive/default.aspx
=======
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: (How) can I create a codebook with value labels in SPSS version 14?

Jane Larson
In reply to this post by Ruben Geert van den Berg
Jon, the DISPLAY DICTIONARY command doesn't do what it used to.  It now
displays variable information (variable name and label) separate from
variable values.  This DOES give the variable, value and value labels, but
does not give the variable label.  This information used to be integrated
in versions prior to version 14.  And I cannot tell you how much I miss
that!


On Wed, 14 Jan 2009 10:09:24 -0600, Peck, Jon <[hidden email]> wrote:

>The DISPLAY DICTIONARY command will show this information.  If you want
statistics integrated with this output and don't want to use
FREQUENCIES/DESCRIPTIVES etc, you can use the DisplayDict.py
programmability module from SPSS Developer Central (www.spss.com) in the
Downloads section.  That, of course, requires installing the Python plug-
in for version 14.
>
>You can see more information on this by clicking the item in the
Downloads list.
>
>HTH,
>Jon Peck
>

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: (How) can I create a codebook with value labels in SPSS version 14?

Peck, Jon
Version 17 has added a CODEBOOK command that gives you an integrated display of variable metadata and summary statistics.  It gives you complete control over which metadata and statistics are displayed.  It has a dialog box on the Analyze>Reports menu.

With Versions 14 and 15, the DisplayDict.py module does something similar; with version 16, there is a CODEBOOK extension command that does this.  That extension command can be used with version 17, but it is superseded by the new built-in CODEBOOK command.

HTH,
Jon Peck

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Jane Larson
Sent: Thursday, January 15, 2009 9:11 AM
To: [hidden email]
Subject: Re: [SPSSX-L] (How) can I create a codebook with value labels in SPSS version 14?

Jon, the DISPLAY DICTIONARY command doesn't do what it used to.  It now
displays variable information (variable name and label) separate from
variable values.  This DOES give the variable, value and value labels, but
does not give the variable label.  This information used to be integrated
in versions prior to version 14.  And I cannot tell you how much I miss
that!


On Wed, 14 Jan 2009 10:09:24 -0600, Peck, Jon <[hidden email]> wrote:

>The DISPLAY DICTIONARY command will show this information.  If you want
statistics integrated with this output and don't want to use
FREQUENCIES/DESCRIPTIVES etc, you can use the DisplayDict.py
programmability module from SPSS Developer Central (www.spss.com) in the
Downloads section.  That, of course, requires installing the Python plug-
in for version 14.
>
>You can see more information on this by clicking the item in the
Downloads list.
>
>HTH,
>Jon Peck
>

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: (How) can I create a codebook with value labels in SPSS version 14?

Enzmann
In reply to this post by Ruben Geert van den Berg
Jane,

Perhaps you find what you are looking for at

http://www.asselberghs.dds.nl/stuff.htm

or have a look at the SPSS script "VDef2SPS.sbs" at

http://www2.jura.uni-hamburg.de/instkrim/kriminologie/Mitarbeiter/Enzmann/Software/Enzmann_Software.html

Dirk

Jane Larson wrote:
> Jon, the DISPLAY DICTIONARY command doesn't do what it used to.  It now
> displays variable information (variable name and label) separate from
> variable values.  This DOES give the variable, value and value labels, but
> does not give the variable label.  This information used to be integrated
> in versions prior to version 14.  And I cannot tell you how much I miss
> that!

*************************************************
Dr. Dirk Enzmann
Institute of Criminal Sciences
Dept. of Criminology
Schlueterstr. 28
D-20146 Hamburg
Germany

phone: +49-(0)40-42838.7498 (office)
        +49-(0)40-42838.4591 (Mrs Billon)
fax:   +49-(0)40-42838.2344
email: [hidden email]
www:
http://www2.jura.uni-hamburg.de/instkrim/kriminologie/Mitarbeiter/Enzmann/Enzmann.html
*************************************************

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD