An intermediate guide to SPSS programming: using syntax for data management
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Thousand Oaks, Calif. [u.a.]
Sage
2005
|
Schlagworte: | |
Online-Zugang: | Table of contents only Publisher description Inhaltsverzeichnis |
Beschreibung: | Includes bibliographical references (p. 227) and index |
Beschreibung: | XI, 233 S. 23 cm |
ISBN: | 0761931856 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV022380016 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 070410s2005 xxu |||| 00||| eng d | ||
010 | |a 2004014097 | ||
020 | |a 0761931856 |c pbk. |9 0-7619-3185-6 | ||
035 | |a (OCoLC)55877547 | ||
035 | |a (DE-599)BVBBV022380016 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-1047 | ||
050 | 0 | |a HA32 | |
082 | 0 | |a 005.5/5 | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
100 | 1 | |a Boslaugh, Sarah |e Verfasser |4 aut | |
245 | 1 | 0 | |a An intermediate guide to SPSS programming |b using syntax for data management |c Sarah Boslaugh |
264 | 1 | |a Thousand Oaks, Calif. [u.a.] |b Sage |c 2005 | |
300 | |a XI, 233 S. |c 23 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes bibliographical references (p. 227) and index | ||
630 | 0 | 4 | |a SPSS for Windows |
650 | 4 | |a SPSS pour Windows (Logiciel) | |
650 | 4 | |a Sciences sociales - Méthodes statistiques - Logiciels | |
650 | 4 | |a Sozialwissenschaften | |
650 | 4 | |a Social sciences |x Statistical methods |x Computer programs | |
856 | 4 | |u http://www.loc.gov/catdir/toc/ecip0419/2004014097.html |3 Table of contents only | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0657/2004014097-d.html |3 Publisher description | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015589020&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015589020 |
Datensatz im Suchindex
_version_ | 1804136436312571904 |
---|---|
adam_text | Titel: An intermediate guide to SPSS programming
Autor: Boslaugh, Sarah
Jahr: 2005
Contents
Preface xi
Part I: An Introduction to SPSS
1. What Is SPSS? 3
A Brief History of SPSS 3
SPSS as a High-Level Programming
Language 3
SPSS as a Statistical Analysis Package 4
2. Interacting With SPSS 5
The SPSS Session 5
SPSS Windows 6
Basics About SPSS Commands 6
Order of Execution of SPSS Commands 7
Batch Mode and Interactive Mode 8
3. Types of Files in SPSS 9
The Command or Syntax Files 9
The Active or Working Data File 10
The Output Files 10
The Journal Files 12
4. Customizing the SPSS Environment 13
Displaying Current Settings 13
Changing Current Settings 14
Eliminating Page Breaks 14
Increasing Memory Allocation 15
Changing the Default Format for
Numeric Variables 15
Part II: An Introduction to Computer
Programming With SPSS
5. An Introduction to Computer Programming 19
Using Syntax Versus the Menü System 19
The Process of Writing and Testing Syntax 20
Typographical Conventions Used in This Book 21
How Code and Output Are Presented in This Book 21
Some Reasons to Use Syntax 22
Beginning to Learn Syntax 2 3
Programming Style 2 5
6. Programming Errors 27
Syntax Errors and Logical Errors 28
The Debugging Process 28
Common SPSS Syntax Errors 2 8
Finding Logical Errors 30
Changing Default Error and Warning Settings 31
Deciphering SPSS Error and Warning Messages 31
7. Documenting Syntax, Data, and Output Files 33
Using Comments in SPSS Programs 33
Using Comments to Prevent Code
From Executing 34
Documenting a Data File 34
Echoing Text in the Output File 3 5
Using Titles and Subtitles 36
Part III: Reading and Writing Data
Files in SPSS
8. Reading Raw Data in SPSS 39
Reading Inline Data 40
Reading External Data 41
The FIXED, FREE, and LIST Formats 42
Specifying the Delimiter Symbol 46
Reading Aggregated Data With DATA LIST 4 7
Reading Data With Multiple Records Per Case 48
Using FORTRAN-Like Variable Specifications 49
Two Shortcuts for Declaring Variables
With Identical Formats 50
Specifying Decimal Values in Data 5 2
9. Reading SPSS System and Portable Files 55
Reading an SPSS System File 5 5
Reading an SPSS Portable File 5 6
Dropping, Reordering, and Renaming Variables 5 6
10. Reading Data Files Created by Other Programs 59
Reading Microsoft Excel Files 59
Reading Data From Earlier Versions of Excel 60
Reading Data From Later Versions of Excel 61
Using GET TRANSLATE to Read Other
Types of Files 62
Reading Data From Database Programs 62
Reading SAS Data Files 62
11. Reading Complex Data Files 65
Reading Mixed Data Files 6 5
Reading Grouped Data Files 6 7
Reading Nested Data Files 68
Reading Data in Matrix Format 69
12. Saving Data Files 7 5
Saving an SPSS System File 7 5
Saving an SPSS Portable Data File 76
Saving a Data File for Use by Other Programs 76
Saving Text Files 77
Part IV: File Manipulation and Management in SPSS
13. Inspecting a Data File 81
Determining the Number of Cases in a File 82
Determining What Variables Are in a File 82
Getting More Information About the Variables 8 3
Checking for Duplicate Cases 84
Looking at Variable Values and Distributions 8 6
Creating Standardized Scores 88
14. Combining Data Files 91
Adding New Variables to Existing Cases 91
Adding Summary Data to an
Individual-Level File 94
Combining Cases From Several Files 9 5
Updating Values in a File 9 7
15. Data File Management 99
Reordering and Dropping Variables
in the Active File 99
Eliminating Duplicate Records 100
Sorting a Data Set 102
Splitting a Data Set 103
Selecting Cases 103
Filtering Cases 104
Weighting Cases 105
16. Restructuring Files 107
The Unit of Analysis 107
Changing File Structure From Univariate
to Multivariate 108
Incorporating a Test Condition
When Restructuring a Data File 112
Changing File Structure From
Multivariate to Univariate 115
Transposing the Rows and
Columns of a Data Set 116
17. Missing Data in SPSS 119
Types of Missing Data 120
System-Missing and User-Missing Data 120
Looking at Missing Data on
Individual Variables 122
Looking at the Pattern of User-Missing
Data Among Pairs of Variables 123
Looking at the Pattern of Missing Data
Across Many Variables 124
Changing the Value of Blanks in
Numeric Fields 126
Treatment of Missing Values in SPSS Commands 127
Substituting Values for Missing Data 128
18. Using Random Processes in SPSS 133
The Random-Number Seed 133
Generating Random Distributions 134
Random Selection of Cases 134
Random Group Assignment 136
Random Selection From Multiple Groups 136
Part V: Variables and Variable Manipulations
19. Variables and Variable Formats 139
String and Numeric Variables 139
System Variables 141
Scratch Variables 141
Input and Output Formats 141
The NUMBER Format 143
The COMMA, DOT, DOLLAR, and PCT Formats 144
20. Variable and Value Labels 147
Rules About Variable Names in SPSS 147
Systems for Naming Variables 148
Adding Variable Labels 149
Adding Value Labels 149
Controlling Whether Labels Are Displayed in Tables 150
Applying the Data Dictionary From a Previous Data Set 151
21. Recoding and Creating Variables 153
The IF Statement 154
Relational Operators 154
Logical Variables 156
Logical Operators 158
Creating Dummy Variables 160
The RECODE and AUTORECODE Commands 161
Converting Variables From Numeric to String
or String to Numeric 164
Counting Occurrences of Values Across Variables 166
Counting the Occurrence of Multiple
Values in One Variable 167
Creating a Cumulative Variable 168
22. Numeric Operations and Functions 171
Arithmetic Operations 171
Mathematical and Statistical Functions 173
Missing Values in Numeric Operations and Functions 175
Domain Errors 176
A Substring-Like Technique for Numeric Variables 177
23. String Functions 179
The Substring Function 179
Concatenation 180
Searching for Characters Within a String Variable 182
Adding or Removing Leading or Trailing Characters 183
Finding Character Strings Identified by Delimiters 186
24. Date and Time Variables 189
How Date and Time Variables Are Stored in SPSS 189
An Overview of SPSS Date Formats 190
Reading Dates With Two-Digit Years
in the Correct Century 192
Creating Date Variables With Syntax 193
Creating Date Variables From String Variables 193
Extracting Part of a Date Variable 195
Doing Arithmetic With Date Variables 196
Creating a Variable Holding Today s Date 198
Designating Missing Values for Date Variables 199
Part VI: Other Topics
25. Automating Tasks Within Your Program 203
Vectors 203
The DO IF Command Structure 205
The DO REPEAT Command Structure 206
The LOOP Command Structure 208
26. A Brief Introduction to the SPSS Macro Language 213
The Parts of a Macro 214
Macros Without Arguments 215
Macros With Arguments 215
Specifying Arguments by Position 217
Macros Using a Flexible Number of Variables 217
Controlling the Macro Language Environment 220
Sources of Further Information About SPSS Macros 221
27. Resources for Learning More About SPSS Syntax 223
Books 223
Web Pages 224
Mailing Lists 225
References 227
Index 229
About the Author 233
|
adam_txt |
Titel: An intermediate guide to SPSS programming
Autor: Boslaugh, Sarah
Jahr: 2005
Contents
Preface xi
Part I: An Introduction to SPSS
1. What Is SPSS? 3
A Brief History of SPSS 3
SPSS as a High-Level Programming
Language 3
SPSS as a Statistical Analysis Package 4
2. Interacting With SPSS 5
The SPSS Session 5
SPSS Windows 6
Basics About SPSS Commands 6
Order of Execution of SPSS Commands 7
Batch Mode and Interactive Mode 8
3. Types of Files in SPSS 9
The Command or Syntax Files 9
The Active or Working Data File 10
The Output Files 10
The Journal Files 12
4. Customizing the SPSS Environment 13
Displaying Current Settings 13
Changing Current Settings 14
Eliminating Page Breaks 14
Increasing Memory Allocation 15
Changing the Default Format for
Numeric Variables 15
Part II: An Introduction to Computer
Programming With SPSS
5. An Introduction to Computer Programming 19
Using Syntax Versus the Menü System 19
The Process of Writing and Testing Syntax 20
Typographical Conventions Used in This Book 21
How Code and Output Are Presented in This Book 21
Some Reasons to Use Syntax 22
Beginning to Learn Syntax 2 3
Programming Style 2 5
6. Programming Errors 27
Syntax Errors and Logical Errors 28
The Debugging Process 28
Common SPSS Syntax Errors 2 8
Finding Logical Errors 30
Changing Default Error and Warning Settings 31
Deciphering SPSS Error and Warning Messages 31
7. Documenting Syntax, Data, and Output Files 33
Using Comments in SPSS Programs 33
Using Comments to Prevent Code
From Executing 34
Documenting a Data File 34
Echoing Text in the Output File 3 5
Using Titles and Subtitles 36
Part III: Reading and Writing Data
Files in SPSS
8. Reading Raw Data in SPSS 39
Reading Inline Data 40
Reading External Data 41
The FIXED, FREE, and LIST Formats 42
Specifying the Delimiter Symbol 46
Reading Aggregated Data With DATA LIST 4 7
Reading Data With Multiple Records Per Case 48
Using FORTRAN-Like Variable Specifications 49
Two Shortcuts for Declaring Variables
With Identical Formats 50
Specifying Decimal Values in Data 5 2
9. Reading SPSS System and Portable Files 55
Reading an SPSS System File 5 5
Reading an SPSS Portable File 5 6
Dropping, Reordering, and Renaming Variables 5 6
10. Reading Data Files Created by Other Programs 59
Reading Microsoft Excel Files 59
Reading Data From Earlier Versions of Excel 60
Reading Data From Later Versions of Excel 61
Using GET TRANSLATE to Read Other
Types of Files 62
Reading Data From Database Programs 62
Reading SAS Data Files 62
11. Reading Complex Data Files 65
Reading Mixed Data Files 6 5
Reading Grouped Data Files 6 7
Reading Nested Data Files 68
Reading Data in Matrix Format 69
12. Saving Data Files 7 5
Saving an SPSS System File 7 5
Saving an SPSS Portable Data File 76
Saving a Data File for Use by Other Programs 76
Saving Text Files 77
Part IV: File Manipulation and Management in SPSS
13. Inspecting a Data File 81
Determining the Number of Cases in a File 82
Determining What Variables Are in a File 82
Getting More Information About the Variables 8 3
Checking for Duplicate Cases 84
Looking at Variable Values and Distributions 8 6
Creating Standardized Scores 88
14. Combining Data Files 91
Adding New Variables to Existing Cases 91
Adding Summary Data to an
Individual-Level File 94
Combining Cases From Several Files 9 5
Updating Values in a File 9 7
15. Data File Management 99
Reordering and Dropping Variables
in the Active File 99
Eliminating Duplicate Records 100
Sorting a Data Set 102
Splitting a Data Set 103
Selecting Cases 103
Filtering Cases 104
Weighting Cases 105
16. Restructuring Files 107
The Unit of Analysis 107
Changing File Structure From Univariate
to Multivariate 108
Incorporating a Test Condition
When Restructuring a Data File 112
Changing File Structure From
Multivariate to Univariate 115
Transposing the Rows and
Columns of a Data Set 116
17. Missing Data in SPSS 119
Types of Missing Data 120
System-Missing and User-Missing Data 120
Looking at Missing Data on
Individual Variables 122
Looking at the Pattern of User-Missing
Data Among Pairs of Variables 123
Looking at the Pattern of Missing Data
Across Many Variables 124
Changing the Value of Blanks in
Numeric Fields 126
Treatment of Missing Values in SPSS Commands 127
Substituting Values for Missing Data 128
18. Using Random Processes in SPSS 133
The Random-Number Seed 133
Generating Random Distributions 134
Random Selection of Cases 134
Random Group Assignment 136
Random Selection From Multiple Groups 136
Part V: Variables and Variable Manipulations
19. Variables and Variable Formats 139
String and Numeric Variables 139
System Variables 141
Scratch Variables 141
Input and Output Formats 141
The NUMBER Format 143
The COMMA, DOT, DOLLAR, and PCT Formats 144
20. Variable and Value Labels 147
Rules About Variable Names in SPSS 147
Systems for Naming Variables 148
Adding Variable Labels 149
Adding Value Labels 149
Controlling Whether Labels Are Displayed in Tables 150
Applying the Data Dictionary From a Previous Data Set 151
21. Recoding and Creating Variables 153
The IF Statement 154
Relational Operators 154
Logical Variables 156
Logical Operators 158
Creating Dummy Variables 160
The RECODE and AUTORECODE Commands 161
Converting Variables From Numeric to String
or String to Numeric 164
Counting Occurrences of Values Across Variables 166
Counting the Occurrence of Multiple
Values in One Variable 167
Creating a Cumulative Variable 168
22. Numeric Operations and Functions 171
Arithmetic Operations 171
Mathematical and Statistical Functions 173
Missing Values in Numeric Operations and Functions 175
Domain Errors 176
A Substring-Like Technique for Numeric Variables 177
23. String Functions 179
The Substring Function 179
Concatenation 180
Searching for Characters Within a String Variable 182
Adding or Removing Leading or Trailing Characters 183
Finding Character Strings Identified by Delimiters 186
24. Date and Time Variables 189
How Date and Time Variables Are Stored in SPSS 189
An Overview of SPSS Date Formats 190
Reading Dates With Two-Digit Years
in the Correct Century 192
Creating Date Variables With Syntax 193
Creating Date Variables From String Variables 193
Extracting Part of a Date Variable 195
Doing Arithmetic With Date Variables 196
Creating a Variable Holding Today's Date 198
Designating Missing Values for Date Variables 199
Part VI: Other Topics
25. Automating Tasks Within Your Program 203
Vectors 203
The DO IF Command Structure 205
The DO REPEAT Command Structure 206
The LOOP Command Structure 208
26. A Brief Introduction to the SPSS Macro Language 213
The Parts of a Macro 214
Macros Without Arguments 215
Macros With Arguments 215
Specifying Arguments by Position 217
Macros Using a Flexible Number of Variables 217
Controlling the Macro Language Environment 220
Sources of Further Information About SPSS Macros 221
27. Resources for Learning More About SPSS Syntax 223
Books 223
Web Pages 224
Mailing Lists 225
References 227
Index 229
About the Author 233 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Boslaugh, Sarah |
author_facet | Boslaugh, Sarah |
author_role | aut |
author_sort | Boslaugh, Sarah |
author_variant | s b sb |
building | Verbundindex |
bvnumber | BV022380016 |
callnumber-first | H - Social Science |
callnumber-label | HA32 |
callnumber-raw | HA32 |
callnumber-search | HA32 |
callnumber-sort | HA 232 |
callnumber-subject | HA - Statistics |
classification_rvk | ST 601 |
ctrlnum | (OCoLC)55877547 (DE-599)BVBBV022380016 |
dewey-full | 005.5/5 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.5/5 |
dewey-search | 005.5/5 |
dewey-sort | 15.5 15 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01670nam a2200421zc 4500</leader><controlfield tag="001">BV022380016</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070410s2005 xxu |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2004014097</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0761931856</subfield><subfield code="c">pbk.</subfield><subfield code="9">0-7619-3185-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)55877547</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022380016</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1047</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">HA32</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.5/5</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Boslaugh, Sarah</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">An intermediate guide to SPSS programming</subfield><subfield code="b">using syntax for data management</subfield><subfield code="c">Sarah Boslaugh</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Thousand Oaks, Calif. [u.a.]</subfield><subfield code="b">Sage</subfield><subfield code="c">2005</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 233 S.</subfield><subfield code="c">23 cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references (p. 227) and index</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">SPSS for Windows</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">SPSS pour Windows (Logiciel)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Sciences sociales - Méthodes statistiques - Logiciels</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Sozialwissenschaften</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Social sciences</subfield><subfield code="x">Statistical methods</subfield><subfield code="x">Computer programs</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/toc/ecip0419/2004014097.html</subfield><subfield code="3">Table of contents only</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0657/2004014097-d.html</subfield><subfield code="3">Publisher description</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015589020&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015589020</subfield></datafield></record></collection> |
id | DE-604.BV022380016 |
illustrated | Not Illustrated |
index_date | 2024-07-02T17:11:01Z |
indexdate | 2024-07-09T20:56:22Z |
institution | BVB |
isbn | 0761931856 |
language | English |
lccn | 2004014097 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015589020 |
oclc_num | 55877547 |
open_access_boolean | |
owner | DE-1047 |
owner_facet | DE-1047 |
physical | XI, 233 S. 23 cm |
publishDate | 2005 |
publishDateSearch | 2005 |
publishDateSort | 2005 |
publisher | Sage |
record_format | marc |
spelling | Boslaugh, Sarah Verfasser aut An intermediate guide to SPSS programming using syntax for data management Sarah Boslaugh Thousand Oaks, Calif. [u.a.] Sage 2005 XI, 233 S. 23 cm txt rdacontent n rdamedia nc rdacarrier Includes bibliographical references (p. 227) and index SPSS for Windows SPSS pour Windows (Logiciel) Sciences sociales - Méthodes statistiques - Logiciels Sozialwissenschaften Social sciences Statistical methods Computer programs http://www.loc.gov/catdir/toc/ecip0419/2004014097.html Table of contents only http://www.loc.gov/catdir/enhancements/fy0657/2004014097-d.html Publisher description HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015589020&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Boslaugh, Sarah An intermediate guide to SPSS programming using syntax for data management SPSS for Windows SPSS pour Windows (Logiciel) Sciences sociales - Méthodes statistiques - Logiciels Sozialwissenschaften Social sciences Statistical methods Computer programs |
title | An intermediate guide to SPSS programming using syntax for data management |
title_auth | An intermediate guide to SPSS programming using syntax for data management |
title_exact_search | An intermediate guide to SPSS programming using syntax for data management |
title_exact_search_txtP | An intermediate guide to SPSS programming using syntax for data management |
title_full | An intermediate guide to SPSS programming using syntax for data management Sarah Boslaugh |
title_fullStr | An intermediate guide to SPSS programming using syntax for data management Sarah Boslaugh |
title_full_unstemmed | An intermediate guide to SPSS programming using syntax for data management Sarah Boslaugh |
title_short | An intermediate guide to SPSS programming |
title_sort | an intermediate guide to spss programming using syntax for data management |
title_sub | using syntax for data management |
topic | SPSS for Windows SPSS pour Windows (Logiciel) Sciences sociales - Méthodes statistiques - Logiciels Sozialwissenschaften Social sciences Statistical methods Computer programs |
topic_facet | SPSS for Windows SPSS pour Windows (Logiciel) Sciences sociales - Méthodes statistiques - Logiciels Sozialwissenschaften Social sciences Statistical methods Computer programs |
url | http://www.loc.gov/catdir/toc/ecip0419/2004014097.html http://www.loc.gov/catdir/enhancements/fy0657/2004014097-d.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015589020&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT boslaughsarah anintermediateguidetospssprogrammingusingsyntaxfordatamanagement |