Monte Carlo simulation and resampling methods for social science
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Los Angeles [u.a.]
Sage
2014
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV041399889 | ||
003 | DE-604 | ||
005 | 20190821 | ||
007 | t | ||
008 | 131106s2014 xxud||| |||| 00||| eng d | ||
010 | |a 2013007917 | ||
020 | |a 9781452288901 |c alk. paper |9 978-1-4522-8890-1 | ||
035 | |a (OCoLC)862990045 | ||
035 | |a (DE-599)BVBBV041399889 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-N2 |a DE-19 |a DE-188 |a DE-M347 |a DE-473 | ||
050 | 0 | |a HA29 | |
082 | 0 | |a 300.1/518282 | |
084 | |a MR 2100 |0 (DE-625)123488: |2 rvk | ||
084 | |a QH 239 |0 (DE-625)141554: |2 rvk | ||
100 | 1 | |a Carsey, Thomas M. |d 1966-2018 |e Verfasser |0 (DE-588)1193147069 |4 aut | |
245 | 1 | 0 | |a Monte Carlo simulation and resampling methods for social science |c Thomas M. Carsey ; Jeffrey J. Harden |
264 | 1 | |a Los Angeles [u.a.] |b Sage |c 2014 | |
300 | |a X, 293 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Sozialwissenschaften | |
650 | 4 | |a Social sciences |x Statistical methods | |
650 | 4 | |a Monte Carlo method | |
650 | 4 | |a Social sciences |x Methodology | |
650 | 4 | |a Social sciences |x Research |x Computer simulation | |
650 | 0 | 7 | |a Sozialwissenschaften |0 (DE-588)4055916-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Monte-Carlo-Simulation |0 (DE-588)4240945-7 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Sozialwissenschaften |0 (DE-588)4055916-6 |D s |
689 | 0 | 1 | |a Monte-Carlo-Simulation |0 (DE-588)4240945-7 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Harden, Jeffrey J. |d 1984- |e Verfasser |0 (DE-588)1081951656 |4 aut | |
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=026847441&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-026847441 |
Datensatz im Suchindex
DE-473_call_number | 31/MR 2100 WX 93181 |
---|---|
DE-473_location | 3 |
DE-BY-UBG_katkey | 196591166 |
DE-BY-UBG_media_number | 013908461506 |
_version_ | 1811361119231541248 |
adam_text | Titel: Monte Carlo simulation and resampling methods for social science
Autor: Carsey, Thomas M
Jahr: 2014
Acknowledgments ix
1. Introduction 1
1.1 Can You Repeat That Please? 2
1.2 Simulation and Resampling Methods 4
1.2.1 Simulations as Experiments 4
1.2.2 Simulations Help Develop Intuition 5
1.2.3 An Overview of Simulation 6
1.2.4 Resampling Methods as Simulation 7
1.3 OLS as a Motivating Example 8
1.4 Two Brief Examples 12
1.4.1 Example 1: A Statistical Simulation 13
1.4.2 Example 2: A Substantive Theory Simulation 15
1.5 Looking Ahead 15
1.5.1 Assumed Knowledge 16
1.5.2 A Preview of the Book 16
1.6 RPackages 17
2. Probability 19
2.1 Introduction 19
2.2 Some Basic Rules of Probability 20
2.2.1 Introduction to Set Theory 20
2.2.2 Properties of Probability 22
2.2.3 Conditional Probability 22
2.2.4 Simple Math With Probabilities 23
2.3 Random Variables and Probability Distributions 24
2.4 Discrete Random Variables 29
2.4.1 Some Common Discrete Distributions 30
2.5 Continuous Random Variables 33
2.5.1 Two Common Continuous Distributions 36
2.5.2 Other Continuous Distributions 39
2.6 Conclusions 43
3. Introduction to R 45
3.1 Introduction 45
3.2 WhatlsR? 45
3.2.1 Resources 46
3.3 Using R With a Text Editor 46
3.4 First Steps 47
3.4.1 Creating Objects 47
3.5 Basic Manipulation of Objects 48
3.5.1 Vectors and Sequences 48
3.5.2 Matrices 49
3.6 Functions 50
3.6.1 Matrix Algebra Functions 51
3.6.2 Creating New Functions 51
3.7 Working With Data 52
3.7.1 LoadingData 52
3.7.2 Exploring the Data 53
3.7.3 Statistical Models 54
3.7.4 Generalized Linear Models 57
3.8 Basic Graphics 59
3.9 Conclusions 61
Random Number Generation 63
4.1 Introduction 63
4.2 Probability Distributions 63
4.2.1 Drawing Random Numbers 65
4.2.2 Creating Your Own Distribution
Functions 67
4.3 Systematic and Stochastic 68
4.3.1 The Systematic Component 69
4.3.2 The Stochastic Component 70
4.3.3 Repeating the Process 71
4.4 Programming in R 72
4.4.1 f or Loops 73
4.4.2 Efficient Programming 74
4.4.3 If-Else 76
4.5 Completing the OLS Simulation 77
4.5.1 Anatomyofa Script File 80
Statistical Simulation of the Linear Model 83
5.1 Introduction 83
5.2 Evaluating Statistical Estimators 84
5.2.1 Bias, Efficiency, and Consistency 84
5.2.2 Measuring Estimator Performance in R 87
5.3 Simulations as Experiments 96
5.3.1 Heteroskedasticity 96
5.3.2 Multicollinearity 103
5.3.3 Measurement Error 105
5.3.4 Omitted Variable 109
5.3.5 Serial Correlation 112
5.3.6 Clustered Data 114
5.3.7 Heavy-Tailed Errors 118
5.4 Conclusions 125
6. Simulating Generalized Linear Models 127
6.1 Introduction 127
6.2 Simulating OLS as a Probability Model 128
6.3 Simulating GLMs 130
6.3.1 Binary Models 130
6.3.2 Ordered Models 135
6.3.3 Multinomial Models 141
6.4 Extended Examples 145
6.4.1 Ordered or Multinomial? 145
6.4.2 Count Models 150
6.4.3 Duration Models 157
6.5 Computational Issues for Simulations 162
6.5.1 Research Computing 162
6.5.2 Parallel Processing 163
6.6 Conclusions 167
7. Testing Theory Using Simulation 169
7.1 Introduction 169
7.2 What Is a Theory? 169
7.3 Zipf sLaw 171
7.3.1 Testing Zipf s Law With Frankenstein 171
7.3.2 From Patterns to Explanations 174
7.4 Punctuated Equilibrium and Policy Responsiveness 181
7.4.1 Testing Punctuated Equilibrium Theory 183
7.4.2 From Patterns to Explanations 185
7.5 Dynamic Learning 190
7.5.1 Reward and Punishment 193
7.5.2 Damned If You Do, Damned If You Don t 195
7.5.3 The Midas Touch 197
7.6 Conclusions 200
8. Resampling Methods 201
8.1 Introduction 201
8.2 Permutation and Randomization Tests 202
8.2.1 A Basic Permutation Test 203
8.2.2 Randomization Tests 205
8.2.3 Permutation/Randomization and
Multiple Regression Models 208
8.3 Jackknifing 209
8.3.1 An Example 210
8.3.2 An Application: Simulating Heteroskedasticity 213
8.3.3 Pros and Cons of Jackknifing 214
8.4 Bootstrapping 215
8.4.1 Bootstrapping Basics 217
8.4.2 Bootstrapping With Multiple Regression Models 220
8.4.3 Adding Complexity: Clustered Bootstrapping 225
8.5 Conclusions 228
9. Other Simulation-Based Methods 231
9.1 Introduction 231
9.2 QI Simulation 232
9.2.1 Statistical Overview 232
9.2.2 Examples 235
9.2.3 Simulating QI With Zelig 245
9.2.4 Average Case Versus Observed Values 249
9.2.5 The BenefitsofQI Simulation 254
9.3 Cross-Validation 255
9.3.1 How CV Can Help 257
9.3.2 An Example 258
9.3.3 Using R Functions for CV 266
9.4 Conclusions 267
10. Final Thoughts 269
10.1 A Summary of the Book 270
10.2 Going Forward 271
10.3 Conclusions 272
References 275
Index 283
|
any_adam_object | 1 |
author | Carsey, Thomas M. 1966-2018 Harden, Jeffrey J. 1984- |
author_GND | (DE-588)1193147069 (DE-588)1081951656 |
author_facet | Carsey, Thomas M. 1966-2018 Harden, Jeffrey J. 1984- |
author_role | aut aut |
author_sort | Carsey, Thomas M. 1966-2018 |
author_variant | t m c tm tmc j j h jj jjh |
building | Verbundindex |
bvnumber | BV041399889 |
callnumber-first | H - Social Science |
callnumber-label | HA29 |
callnumber-raw | HA29 |
callnumber-search | HA29 |
callnumber-sort | HA 229 |
callnumber-subject | HA - Statistics |
classification_rvk | MR 2100 QH 239 |
ctrlnum | (OCoLC)862990045 (DE-599)BVBBV041399889 |
dewey-full | 300.1/518282 |
dewey-hundreds | 300 - Social sciences |
dewey-ones | 300 - Social sciences |
dewey-raw | 300.1/518282 |
dewey-search | 300.1/518282 |
dewey-sort | 3300.1 6518282 |
dewey-tens | 300 - Social sciences |
discipline | Soziologie Wirtschaftswissenschaften |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01874nam a2200469 c 4500</leader><controlfield tag="001">BV041399889</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20190821 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">131106s2014 xxud||| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2013007917</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781452288901</subfield><subfield code="c">alk. paper</subfield><subfield code="9">978-1-4522-8890-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)862990045</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV041399889</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="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-N2</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-M347</subfield><subfield code="a">DE-473</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">HA29</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">300.1/518282</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MR 2100</subfield><subfield code="0">(DE-625)123488:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 239</subfield><subfield code="0">(DE-625)141554:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Carsey, Thomas M.</subfield><subfield code="d">1966-2018</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1193147069</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Monte Carlo simulation and resampling methods for social science</subfield><subfield code="c">Thomas M. Carsey ; Jeffrey J. Harden</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Los Angeles [u.a.]</subfield><subfield code="b">Sage</subfield><subfield code="c">2014</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">X, 293 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="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></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Monte Carlo method</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Social sciences</subfield><subfield code="x">Methodology</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Social sciences</subfield><subfield code="x">Research</subfield><subfield code="x">Computer simulation</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Sozialwissenschaften</subfield><subfield code="0">(DE-588)4055916-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Monte-Carlo-Simulation</subfield><subfield code="0">(DE-588)4240945-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Sozialwissenschaften</subfield><subfield code="0">(DE-588)4055916-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Monte-Carlo-Simulation</subfield><subfield code="0">(DE-588)4240945-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Harden, Jeffrey J.</subfield><subfield code="d">1984-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1081951656</subfield><subfield code="4">aut</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=026847441&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-026847441</subfield></datafield></record></collection> |
id | DE-604.BV041399889 |
illustrated | Illustrated |
indexdate | 2024-09-27T16:47:09Z |
institution | BVB |
isbn | 9781452288901 |
language | English |
lccn | 2013007917 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-026847441 |
oclc_num | 862990045 |
open_access_boolean | |
owner | DE-N2 DE-19 DE-BY-UBM DE-188 DE-M347 DE-473 DE-BY-UBG |
owner_facet | DE-N2 DE-19 DE-BY-UBM DE-188 DE-M347 DE-473 DE-BY-UBG |
physical | X, 293 S. graph. Darst. |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | Sage |
record_format | marc |
spellingShingle | Carsey, Thomas M. 1966-2018 Harden, Jeffrey J. 1984- Monte Carlo simulation and resampling methods for social science Sozialwissenschaften Social sciences Statistical methods Monte Carlo method Social sciences Methodology Social sciences Research Computer simulation Sozialwissenschaften (DE-588)4055916-6 gnd Monte-Carlo-Simulation (DE-588)4240945-7 gnd |
subject_GND | (DE-588)4055916-6 (DE-588)4240945-7 |
title | Monte Carlo simulation and resampling methods for social science |
title_auth | Monte Carlo simulation and resampling methods for social science |
title_exact_search | Monte Carlo simulation and resampling methods for social science |
title_full | Monte Carlo simulation and resampling methods for social science Thomas M. Carsey ; Jeffrey J. Harden |
title_fullStr | Monte Carlo simulation and resampling methods for social science Thomas M. Carsey ; Jeffrey J. Harden |
title_full_unstemmed | Monte Carlo simulation and resampling methods for social science Thomas M. Carsey ; Jeffrey J. Harden |
title_short | Monte Carlo simulation and resampling methods for social science |
title_sort | monte carlo simulation and resampling methods for social science |
topic | Sozialwissenschaften Social sciences Statistical methods Monte Carlo method Social sciences Methodology Social sciences Research Computer simulation Sozialwissenschaften (DE-588)4055916-6 gnd Monte-Carlo-Simulation (DE-588)4240945-7 gnd |
topic_facet | Sozialwissenschaften Social sciences Statistical methods Monte Carlo method Social sciences Methodology Social sciences Research Computer simulation Monte-Carlo-Simulation |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=026847441&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT carseythomasm montecarlosimulationandresamplingmethodsforsocialscience AT hardenjeffreyj montecarlosimulationandresamplingmethodsforsocialscience |