Statistics with Stata: updated for version 10
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Belmont, Calif. [u.a.]
Cengage, Brooks/Cole
2009
|
Ausgabe: | Internat. student ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XII, 491 S. graph. Darst. |
ISBN: | 9780495828785 0495828785 9780495557869 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035205444 | ||
003 | DE-604 | ||
005 | 20120214 | ||
007 | t | ||
008 | 081210s2009 d||| |||| 00||| eng d | ||
020 | |a 9780495828785 |9 978-0-495-82878-5 | ||
020 | |a 0495828785 |9 0-495-82878-5 | ||
020 | |a 9780495557869 |9 978-0-495-55786-9 | ||
035 | |a (OCoLC)494822464 | ||
035 | |a (DE-599)BVBBV035205444 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-1047 |a DE-92 | ||
084 | |a QH 212 |0 (DE-625)141541: |2 rvk | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
100 | 1 | |a Hamilton, Lawrence C. |e Verfasser |4 aut | |
245 | 1 | 0 | |a Statistics with Stata |b updated for version 10 |c Lawrence C. Hamilton |
250 | |a Internat. student ed. | ||
264 | 1 | |a Belmont, Calif. [u.a.] |b Cengage, Brooks/Cole |c 2009 | |
300 | |a XII, 491 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 7 | |a Statistique mathématique - Logiciels |2 ram | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Mathematical statistics |x Data processing | |
650 | 0 | 7 | |a Programm |0 (DE-588)4047394-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Stata |0 (DE-588)4617285-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Statistik |0 (DE-588)4056995-0 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Statistik |0 (DE-588)4056995-0 |D s |
689 | 0 | 1 | |a Programm |0 (DE-588)4047394-6 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Stata |0 (DE-588)4617285-3 |D s |
689 | 1 | |5 DE-604 | |
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=017011794&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-017011794 |
Datensatz im Suchindex
_version_ | 1804138460742680576 |
---|---|
adam_text | Titel: Statistics with Stata
Autor: Hamilton, Lawrence C.
Jahr: 2009
Contents
Preface..........................................................ix
1 Stata and Stata Resources....................................... 1
A Typographical Note................................................1
An Example Stata Session ............................................2
Stata s Documentation and Help Files ...................................7
Searching for Information.............................................8
StataCorp..........................................................9
The Stata Journal..................................................10
Books Using Stata..................................................11
2 Data Management..............................................13
Example Commands................................................14
Creating a New Dataset..............................................16
Specifying Subsets of the Data: in and if Qualifiers ...,.....................21
Generating and Replacing Variables....................................25
Missing Value Codes ...............................................29
Using Functions ...................................................33
Converting Between Numeric and String Formats.........................37
Creating New Categorical and Ordinal Variables..........................40
Using Explicit Subscripts with Variables................................43
Importing Data from Other Programs...................................44
Combining Two or More Stata Files....................................47
Transposing, Reshaping, or Collapsing Data.............................52
Using Weights.....................................................61
Creating Random Data and Random Samples ............................63
Writing Programs for Data Management ................................67
Managing Memory.................................................69
3 Graphs.......................................................71
Example Commands................................................72
Histograms .......................................................74
Scatterplots.......................................................79
Line Plots ........................................................84
Connected-Line Plots...............................................89
Other Twoway Plot Types ...........................................91
Box Plots.........................................................97
Pie Charts ........................................................99
Bar Charts.......................................................101
Dot Plots........................................................106
vi Statistics with Stata
Symmetry and Quantile Plots........................................ 107
Adding Text to Graphs............................................. 112
Overlaying Multiple Twoway Plots ................................... 114
Graphing with Do-Files ............................................ 120
Retrieving and Combining Graphs.................................... 122
Graph Editor..................................................... 124
Creative Graphing................................................. 128
4 Summary Statistics and Tables.................................135
Example Commands............................................... 135
Summary Statistics for Measurement Variables.......................... 137
Exploratory Data Analysis ..........................................139
Normality Tests and Transformations..................................141
Frequency Tables and Two-Way Cross-Tabulations ......................145
Multiple Tables and Multi-Way Cross-Tabulations....................... 148
Tables of Means, Medians, and Other Summary Statistics..................150
Using Frequency Weights...........................................152
5 ANOVA and Other Comparison Methods..........................155
Example Commands............................................... 156
One-Sample Tests.................................................157
Two-Sample Tests.................................................160
One-Way Analysis of Variance (ANOVA) .............................163
Two- and V-Way Analysis of Variance ................................166
Analysis of Covariance (ANCOVA) ..................................167
Predicted Values and Error-Bar Charts................................. 169
6 Linear Regression Analysis....................................173
Example Commands............................................... 173
The Regression Table.............................................. 176
Multiple Regression ............................................... 178
Predicted Values and Residuals ...................................... 179
Basic Graphs for Regression......................................... 182
Correlations......................................................186
Hypothesis Tests.................................................. 190
Dummy Variables................................................. 192
Automatic Categorical-Variable Indicators and Interactions ................199
Stepwise Regression...............................................202
Polynomial Regression.............................................204
7 Regression Diagnostics........................................ 209
Example Commands...............................................209
SAT Score Regression, Revisited.....................................211
Diagnostic Plots ..................................................213
Diagnostic Case Statistics...........................................219
Multicollinearity..................................................224
Contents vii
8 Fitting Curves................................................229
Example Commands...............................................229
Band Regression..................................................231
Lowess Smoothing ................................................233
Regression with Transformed Variables - 1.............................236
Regression with Transformed Variables - 2.............................241
Conditional Effect Plots ............................................243
Nonlinear Regression - 1 ...........................................245
Nonlinear Regression - 2 ...........................................248
9 Robust Regression............................................253
Example Commands...............................................254
Regression with Ideal Data..........................................255
F Outliers .......................................................258
A Outliers (Leverage)..............................................261
Asymmetrical Error Distributions.....................................263
Robust Analysis of Variance.........................................264
Further rreg and qreg Applications...................................270
Robust Estimates of Variance ? 1 ....................................271
Robust Estimates of Variance ? 2....................................273
10 Logistic Regression...........................................277
Example Commands...............................................279
Space Shuttle Data ................................................280
Using Logistic Regression ..........................................285
Conditional Effect Plots ............................................288
Diagnostic Statistics and Plots .......................................289
Logistic Regression with Ordered-Category v ...........................293
Multinomial Logistic Regression .....................................295
11 Survival and Event-Count Models................................305
Example Commands...............................................306
Survival-Time Data................................................308
Count-Time Data..................................................3ll
Kaplan Meier Survivor Functions ....................................313
Cox Proportional Hazard Models.....................................317
Exponential and Weibuli Regression ..................................323
Poisson Regression................................................327
Generalized Linear Models..........................................332
12 Principal Components, Factor, and Cluster Analysis................ 337
Example Commands...............................................338
Principal Components..............................................339
Rotation.........................................................341
Factor Scores...................................?.................344
Principal Factoring................................................347
Maximum-Likelihood Factoring......................................349
viii Statistics with Stata
Cluster Analysis ? 1 ..............................................351
Cluster Analysis ? 2 ..............................................355
13 Time Series Analysis..........................................361
Example Commands...............................................361
Smoothing.......................................................363
Further Time Plot Examples.........................................369
Lags, Leads, and Differences ........................................372
Correlograms.....................................................374
ARIMA Models ..................................................378
ARMAX Models..................................................383
14 Survey Data Analysis..........................................391
Example Commands...............................................391
Probability Weights ...............................................393
Poststratification Weights...........................................395
Declare Survey Data...............................................397
Survey-Weighted Tables and Graphs..................................399
Regression-Type Modeling..........................................405
Conditional Effect Plots for Interactions ...............................408
Other Tools for Survey Analysis .....................................411
15 Multilevel and Mixed-Effects Modeling............................413
Example Commands...............................................414
Regression with Random Intercepts...................................416
Random Intercepts and Slopes.......................................421
Multiple Random Slopes............................................427
Nested Levels ....................................................430
Cross-Sectional Time Series.........................................432
Mixed-Effects Logit Regression......................................434
16 Introduction to Programming...................................439
Basic Concepts and Tools...........................................439
Example Program: Moving Autocorrelation............................450
Ado-File ........................................................454
Help File........................................................456
Example Program: Plot Survey Variables..............................459
Monte Carlo Simulation ............................................465
Matrix Programming with Mata......................................472
References.....................................................477
Index.......................................................... 485
|
any_adam_object | 1 |
author | Hamilton, Lawrence C. |
author_facet | Hamilton, Lawrence C. |
author_role | aut |
author_sort | Hamilton, Lawrence C. |
author_variant | l c h lc lch |
building | Verbundindex |
bvnumber | BV035205444 |
classification_rvk | QH 212 ST 601 |
ctrlnum | (OCoLC)494822464 (DE-599)BVBBV035205444 |
discipline | Informatik Wirtschaftswissenschaften |
edition | Internat. student ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01738nam a2200457 c 4500</leader><controlfield tag="001">BV035205444</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20120214 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">081210s2009 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780495828785</subfield><subfield code="9">978-0-495-82878-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0495828785</subfield><subfield code="9">0-495-82878-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780495557869</subfield><subfield code="9">978-0-495-55786-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)494822464</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV035205444</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1047</subfield><subfield code="a">DE-92</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 212</subfield><subfield code="0">(DE-625)141541:</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">Hamilton, Lawrence C.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Statistics with Stata</subfield><subfield code="b">updated for version 10</subfield><subfield code="c">Lawrence C. Hamilton</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Internat. student ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Belmont, Calif. [u.a.]</subfield><subfield code="b">Cengage, Brooks/Cole</subfield><subfield code="c">2009</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 491 S.</subfield><subfield code="b">graph. Darst.</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="650" ind1=" " ind2="7"><subfield code="a">Statistique mathématique - Logiciels</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematical statistics</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programm</subfield><subfield code="0">(DE-588)4047394-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</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="650" ind1="0" ind2="7"><subfield code="a">Statistik</subfield><subfield code="0">(DE-588)4056995-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Statistik</subfield><subfield code="0">(DE-588)4056995-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Programm</subfield><subfield code="0">(DE-588)4047394-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" 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="1" ind2=" "><subfield code="5">DE-604</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=017011794&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-017011794</subfield></datafield></record></collection> |
id | DE-604.BV035205444 |
illustrated | Illustrated |
indexdate | 2024-07-09T21:28:33Z |
institution | BVB |
isbn | 9780495828785 0495828785 9780495557869 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-017011794 |
oclc_num | 494822464 |
open_access_boolean | |
owner | DE-1047 DE-92 |
owner_facet | DE-1047 DE-92 |
physical | XII, 491 S. graph. Darst. |
publishDate | 2009 |
publishDateSearch | 2009 |
publishDateSort | 2009 |
publisher | Cengage, Brooks/Cole |
record_format | marc |
spelling | Hamilton, Lawrence C. Verfasser aut Statistics with Stata updated for version 10 Lawrence C. Hamilton Internat. student ed. Belmont, Calif. [u.a.] Cengage, Brooks/Cole 2009 XII, 491 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Statistique mathématique - Logiciels ram Datenverarbeitung Mathematical statistics Data processing Programm (DE-588)4047394-6 gnd rswk-swf Stata (DE-588)4617285-3 gnd rswk-swf Statistik (DE-588)4056995-0 gnd rswk-swf Statistik (DE-588)4056995-0 s Programm (DE-588)4047394-6 s DE-604 Stata (DE-588)4617285-3 s HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017011794&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Hamilton, Lawrence C. Statistics with Stata updated for version 10 Statistique mathématique - Logiciels ram Datenverarbeitung Mathematical statistics Data processing Programm (DE-588)4047394-6 gnd Stata (DE-588)4617285-3 gnd Statistik (DE-588)4056995-0 gnd |
subject_GND | (DE-588)4047394-6 (DE-588)4617285-3 (DE-588)4056995-0 |
title | Statistics with Stata updated for version 10 |
title_auth | Statistics with Stata updated for version 10 |
title_exact_search | Statistics with Stata updated for version 10 |
title_full | Statistics with Stata updated for version 10 Lawrence C. Hamilton |
title_fullStr | Statistics with Stata updated for version 10 Lawrence C. Hamilton |
title_full_unstemmed | Statistics with Stata updated for version 10 Lawrence C. Hamilton |
title_short | Statistics with Stata |
title_sort | statistics with stata updated for version 10 |
title_sub | updated for version 10 |
topic | Statistique mathématique - Logiciels ram Datenverarbeitung Mathematical statistics Data processing Programm (DE-588)4047394-6 gnd Stata (DE-588)4617285-3 gnd Statistik (DE-588)4056995-0 gnd |
topic_facet | Statistique mathématique - Logiciels Datenverarbeitung Mathematical statistics Data processing Programm Stata Statistik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017011794&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT hamiltonlawrencec statisticswithstataupdatedforversion10 |