Using Stata for quantitative analysis
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Los Angeles [u.a.]
SAGE
2012
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV039996176 | ||
003 | DE-604 | ||
005 | 20191202 | ||
007 | t | ||
008 | 120402s2012 ad|| |||| 00||| eng d | ||
010 | |a 2011041851 | ||
020 | |a 9781412997119 |c pbk |9 978-1-412-99711-9 | ||
035 | |a (OCoLC)797085998 | ||
035 | |a (DE-599)GBV670554863 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-473 | ||
084 | |a QH 320 |0 (DE-625)141568: |2 rvk | ||
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
100 | 1 | |a Longest, Kyle C. |e Verfasser |0 (DE-588)1189239051 |4 aut | |
245 | 1 | 0 | |a Using Stata for quantitative analysis |c Kyle C. Longest |
264 | 1 | |a Los Angeles [u.a.] |b SAGE |c 2012 | |
300 | |a xiii, 225 p. |b Ill., graph. Darst. |c 23 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes index | ||
650 | 0 | 7 | |a Stata |0 (DE-588)4617285-3 |2 gnd |9 rswk-swf |
655 | 7 | |8 1\p |0 (DE-588)4151278-9 |a Einführung |2 gnd-content | |
689 | 0 | 0 | |a Stata |0 (DE-588)4617285-3 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Bamberg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024853210&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-024853210 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
DE-473_call_number | 30/QH 320 WX 63901 |
---|---|
DE-473_location | 0 |
DE-BY-UBG_katkey | 2853865 |
DE-BY-UBG_media_number | 013107897844 |
_version_ | 1811359882941562880 |
adam_text | Brief
Contents
Preface
ix
Acknowledgments
xiii
PART I: FOUNDATIONS FOR WORKING WITH
STATA
1
Chapter
1 :
Getting to Know
Stata
12 2
Chapter
2:
The Essentials
17
Chapter
3:
Do Files and Data Management
55
PART II: QUANTITATIVE ANALYSIS WITH
STATA
89
Chapter
4:
Descriptive Statistics
90
Chapter
5:
Relationships Between Nominal and Ordinal Variables
113
Chapter
6:
Relationships Between Different Measurement Levels
137
Chapter
7:
Relationships Between Interval-Ratio Variables
148
Chapter
8:
Enhancing Your Command Repertoire
167
Appendix: Getting to Know
Stata
11 187
Chapter Exercise Solutions
201
How To Index
221
About the Author
225
Detailed Contents
Preface
а
Motivation and Purpose K
About the National Study of Youth and Religion x
A Note on Versions X1
A Note on Notation X1
References x11
Acknowledgments MU
PART I: FOUNDATIONS FOR WORKING WITH
STATA
!
Chapter
1 :
Getting to Know
Stata
12
2
What You See 2
Getting Started With Data Files 5
Opening and Saving
Stata Data
Files
Data Browser and Editor
Entering Your Own Data
Using Different Types of Data Files in
Stata 10
Types of Variables in Data Files
Exercises
Chapter
2:
The Essentials
Intuition and
Stata
Commands
19
The Structure of
Stata
Commands
Command
Variables
if Statements
Options
Executing a Command Using the Command Window
The
5
Essential Commands
tabulate
summary
28
generate
29
replace (if)
35
recode
43
Nonessential, Everyday Commands
48
rename
48
drop/keep (if)
48
describe
50
display
51
set more off
52
Summary of Commands Used in This Chapter
52
Exercises
54
Chapter
3:
Do Files and Data Management
55
What Is a Do File?
56
Opening and Saving Do Files
57
Translation From the Command Window
58
Getting the Most Out of Do Files
66
Data Management
69
Working With Labels
69
Missing Data
74
Using String Variables
80
Saving Results
83
Summary of Commands Used in This Chapter
86
Exercises
87
PART II: QUANTITATIVE ANALYSIS WITH
STATA
89
Chapter
4:
Descriptive Statistics
90
Frequency Distributions
91
Histograms, Bar Graphs, and Pie Charts
97
Measures of Central Tendency and Variability
102
Box Plots
107
Summary of Commands Used in This Chapter
110
Exercises 111
Chapter
5:
Relationships Between Nominal and
Ordinal Variables
113
Cross-Tabulations
113
Chi-Square Test
122
Measures of Association
124
Elaboration
126
Multivariate Bar Graphs
130
Summary of Commands Used in This Chapter
134
Exercises
135
Chapter
6:
Relationships Between Different Measurement Levels
137
Testing Means
138
Confidence Intervals
139
Testing a Specific Value (One-Sample
t
Test)
140
Testing the Mean of Two Groups (Independent-
Samples
ŕ
Test)
141
Analysis of Variance (ANOVA)
144
Summary of Commands Used in This Chapter
146
Exercises
147
Chapter
7:
Relationships Between Interval-Ratio Variables
148
Correlation
148
Scatterplots I50
Linear Regression
156
Multiple Linear Regression
160
Dichotomous (Dummy) Variables and Linear
Regression
162
Summary of Commands Used in This Chapter 165
Exercises
166
Chapter
8:
Enhancing Your Command Repertoire
167
Stata
Help Files
167
Ways to Search and Access I68
Structure and Language
1^1
Advanced Convenience Commands
1^
tab, gen(newvar)
175
egen
178
mark and markout
1^1
alpha, gen(newvar)
183
Summary of Commands Used in This Chapter
1
85
Exercises
185
Appendix: Getting to Know
Stata
11
187
Chapter Exercise Solutions
201
«How To Index
221
About the Author
225
|
any_adam_object | 1 |
author | Longest, Kyle C. |
author_GND | (DE-588)1189239051 |
author_facet | Longest, Kyle C. |
author_role | aut |
author_sort | Longest, Kyle C. |
author_variant | k c l kc kcl |
building | Verbundindex |
bvnumber | BV039996176 |
classification_rvk | QH 320 ST 261 ST 601 |
ctrlnum | (OCoLC)797085998 (DE-599)GBV670554863 |
discipline | Informatik Wirtschaftswissenschaften |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01474nam a2200385 c 4500</leader><controlfield tag="001">BV039996176</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20191202 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">120402s2012 ad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2011041851</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781412997119</subfield><subfield code="c">pbk</subfield><subfield code="9">978-1-412-99711-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)797085998</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)GBV670554863</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="049" ind1=" " ind2=" "><subfield code="a">DE-473</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 320</subfield><subfield code="0">(DE-625)141568:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 261</subfield><subfield code="0">(DE-625)143633:</subfield><subfield code="2">rvk</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">Longest, Kyle C.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1189239051</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Using Stata for quantitative analysis</subfield><subfield code="c">Kyle C. Longest</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Los Angeles [u.a.]</subfield><subfield code="b">SAGE</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xiii, 225 p.</subfield><subfield code="b">Ill., graph. Darst.</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 index</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Stata</subfield><subfield code="0">(DE-588)4617285-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="8">1\p</subfield><subfield code="0">(DE-588)4151278-9</subfield><subfield code="a">Einführung</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Stata</subfield><subfield code="0">(DE-588)4617285-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bamberg</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=024853210&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-024853210</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
genre | 1\p (DE-588)4151278-9 Einführung gnd-content |
genre_facet | Einführung |
id | DE-604.BV039996176 |
illustrated | Illustrated |
indexdate | 2024-09-27T16:26:41Z |
institution | BVB |
isbn | 9781412997119 |
language | English |
lccn | 2011041851 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024853210 |
oclc_num | 797085998 |
open_access_boolean | |
owner | DE-473 DE-BY-UBG |
owner_facet | DE-473 DE-BY-UBG |
physical | xiii, 225 p. Ill., graph. Darst. 23 cm |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | SAGE |
record_format | marc |
spellingShingle | Longest, Kyle C. Using Stata for quantitative analysis Stata (DE-588)4617285-3 gnd |
subject_GND | (DE-588)4617285-3 (DE-588)4151278-9 |
title | Using Stata for quantitative analysis |
title_auth | Using Stata for quantitative analysis |
title_exact_search | Using Stata for quantitative analysis |
title_full | Using Stata for quantitative analysis Kyle C. Longest |
title_fullStr | Using Stata for quantitative analysis Kyle C. Longest |
title_full_unstemmed | Using Stata for quantitative analysis Kyle C. Longest |
title_short | Using Stata for quantitative analysis |
title_sort | using stata for quantitative analysis |
topic | Stata (DE-588)4617285-3 gnd |
topic_facet | Stata Einführung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024853210&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT longestkylec usingstataforquantitativeanalysis |