An introduction to Stata for health researchers:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
College Station, Texas
Stata Press
2021
|
Ausgabe: | Fifth edition |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | [xxiv], 332 Seiten Diagramme |
ISBN: | 9781597183154 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV047433942 | ||
003 | DE-604 | ||
005 | 20211102 | ||
007 | t| | ||
008 | 210823s2021 xx |||| |||| 00||| eng d | ||
020 | |a 9781597183154 |9 978-1-59718-315-4 | ||
035 | |a (OCoLC)1284787507 | ||
035 | |a (DE-599)BVBBV047433942 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-473 | ||
084 | |a MR 2100 |0 (DE-625)123488: |2 rvk | ||
100 | 1 | |a Juul, Svend |e Verfasser |0 (DE-588)1095269321 |4 aut | |
245 | 1 | 0 | |a An introduction to Stata for health researchers |c Svend Juul, Morten Frydenberg |
250 | |a Fifth edition | ||
264 | 1 | |a College Station, Texas |b Stata Press |c 2021 | |
300 | |a [xxiv], 332 Seiten |b Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Stata |0 (DE-588)4617285-3 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Stata |0 (DE-588)4617285-3 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Frydenberg, Morten |d 19XX- |e Verfasser |0 (DE-588)1244300500 |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe, EPUB |z 978-1-59718-316-1 |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe, MOBI |z 978-1-59718-317-8 |
856 | 4 | 2 | |m Digitalisierung UB Bamberg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032836319&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-032836319 |
Datensatz im Suchindex
_version_ | 1823018615713038336 |
---|---|
adam_text |
Contents List of tables xi List of figures xiii Preface to the fifth edition xvii Preface to the first edition xix Online supplements xxi Notations in this book xxiii I The basics 1 1 Getting started 3 1.1 Installing and updatingStata. 3 1.2 Starting and exiting Stata. 7 1.3 Windows in Stata. 9 1.4 Issuing commands . 15 1.5 Managing output. 17 1.6 Stata file types and names. 19 1.7 Keyboard shortcuts. 21 2 3 Getting help—and more 23 2.1 The help and search commands. 23 2.2 The complete Stata manuals . 27 2.3 Other resources. 28 Command syntax 31 3.1 General syntax rules . 31 3.2 Syntax diagrams. 31 3.3 Lists of variables and
numbers. 33 3.4 Qualifiers. 34
vi II 4 5 6 7 Contents 3.5 Weights. 35 3.6 Options. 36 3.7 Prefixes. 37 3.8 Other syntax elements. 37 3.9 Version control. 39 3.10 Commands that influence programflow. 39 3.11 Errors and error messages. 41 Data management 43 Variables 45 4.1 45 Numeric variables. 4.2 Missing values . 47 4.3 Storage types and precision. 49 4.4 Date and time variables. 51 4.5 String variables. 55 4.6 Memory considerations. 60 Getting data in and out of Stata 61 5.1 Opening and saving Stata
data. 61 5.2 Entering data. . · 64 5.3 Exchanging data with other software. 65 Adding explanatory text to data 69 6.1 Variable and value labels. 69 6.2 Dataset label and notes. 72 Calculations 73 7.1 generate and replace . 73 7.2 Operators and functions in calculations. 75 7.3 The egen command. 78 7.4 Recoding variables. 80 7.5 Checking correctness of calculations. 81 7.6 Giving numbers to observations 82 .
Contents vii 8 Commands affecting data structure 85 8.1 Selecting observations and variables. 85 8.2 Renaming and reordering variables. 86 8.3 Sorting data. 87 8.4 Combining files. 87 8.5 Restructuring data. 92 9 Taking good care of your data 97 9.1 Folders, filenames, variable names, and labels. 98 9.2 Data management. 101 9.3 Analysis. 112 9.4 Protect your data. 113 III Analysis 10 11 115 Description and simple analysis 117 10.1 Overview of a dataset. 117 10.2 Listing observations. 120 10.3 Simple tables for categorical variables. 122 10.4 Analyzing binary
variables. 127 10.5 Analyzing continuous variables. 132 10.6 Estimating confidence intervals. 141 10.7 Immediate commands. 142 Regression analysis 145 11.1 Linear regression. 145 11.2 Regression postestimation . 148 11.3 Categorical predictors—factor variables. 150 11.4 Interactions in regression models. 156 11.5 Logistic regression. 163 11.6 Other regression models . 169 11.7 Nonindependent observations. 169 11.8 Bootstrapping. 171
viii 12 13 14 15 Contents Time-to-event data 175 12.1 Setting the time scale and event: The stset command. 177 12.2 The Kaplan-Meier survival function. 179 12.3 Tabulating rates. 182 12.4 Cox proportional hazards regression. 185 12.5 Preparing data for advanced survival analyses. 191 12.6 Advanced survival modeling. 193 12.7 Poisson regression 197 . Power, precision, and sample-size analysis 201 13.1 Power analysis . 201 13.2 Precision analysis. 205 13.3 Power by simulation—A superiority study. 206 Measurement and diagnosis 209 14.1 Comparing two measurements. 209 14.2 Reproducibility of measurements. 213 14.3 Using tests for diagnosis. 216 Miscellaneous 225 15.1 Random samples, simulations
. 225 15.2 Working with diagnoses. 222 15.3 Preparing tables for publication. 236 15.4 Including graphs in Word and PDF files. 247 15.5 Profile.do changing the ado-path. 250 15.6 Unicode and ASCII encoding of characters . 251 15.7 Other analyses. 251 IV Graphs 253 16 Graphs 255 16.1 Anatomy of a graph. 256 16.2 Anatomy of graph commands. 257 16.3 Graph size 258
Contents ix 16.4 Schemes. 261 16.5 Graph options: Axes. 263 16.6 Graph options: Text elements. 268 16.7 Plot options: Markers, lines, etc. 272 16.8 Histograms and other distribution graphs. 277 16.9 Twoway graphs: scatterplots and line plots. 281 16.10 Bar graphs. 291 16.11 By-graphs and combined graphs. 297 16.12 Saving and exporting graphs. 299 У Advanced topics 303 17 Advanced topics 305 17.1 Using stored results. 305 17.2 Macros and scalars. 310 17.3 Some useful commands. 313 17.4 Programs . 317 17.5 Debugging programs and complex
commands. 321 References 323 Author index 325 Subject index 327 |
adam_txt |
Contents List of tables xi List of figures xiii Preface to the fifth edition xvii Preface to the first edition xix Online supplements xxi Notations in this book xxiii I The basics 1 1 Getting started 3 1.1 Installing and updatingStata. 3 1.2 Starting and exiting Stata. 7 1.3 Windows in Stata. 9 1.4 Issuing commands . 15 1.5 Managing output. 17 1.6 Stata file types and names. 19 1.7 Keyboard shortcuts. 21 2 3 Getting help—and more 23 2.1 The help and search commands. 23 2.2 The complete Stata manuals . 27 2.3 Other resources. 28 Command syntax 31 3.1 General syntax rules . 31 3.2 Syntax diagrams. 31 3.3 Lists of variables and
numbers. 33 3.4 Qualifiers. 34
vi II 4 5 6 7 Contents 3.5 Weights. 35 3.6 Options. 36 3.7 Prefixes. 37 3.8 Other syntax elements. 37 3.9 Version control. 39 3.10 Commands that influence programflow. 39 3.11 Errors and error messages. 41 Data management 43 Variables 45 4.1 45 Numeric variables. 4.2 Missing values . 47 4.3 Storage types and precision. 49 4.4 Date and time variables. 51 4.5 String variables. 55 4.6 Memory considerations. 60 Getting data in and out of Stata 61 5.1 Opening and saving Stata
data. 61 5.2 Entering data. . · 64 5.3 Exchanging data with other software. 65 Adding explanatory text to data 69 6.1 Variable and value labels. 69 6.2 Dataset label and notes. 72 Calculations 73 7.1 generate and replace . 73 7.2 Operators and functions in calculations. 75 7.3 The egen command. 78 7.4 Recoding variables. 80 7.5 Checking correctness of calculations. 81 7.6 Giving numbers to observations 82 .
Contents vii 8 Commands affecting data structure 85 8.1 Selecting observations and variables. 85 8.2 Renaming and reordering variables. 86 8.3 Sorting data. 87 8.4 Combining files. 87 8.5 Restructuring data. 92 9 Taking good care of your data 97 9.1 Folders, filenames, variable names, and labels. 98 9.2 Data management. 101 9.3 Analysis. 112 9.4 Protect your data. 113 III Analysis 10 11 115 Description and simple analysis 117 10.1 Overview of a dataset. 117 10.2 Listing observations. 120 10.3 Simple tables for categorical variables. 122 10.4 Analyzing binary
variables. 127 10.5 Analyzing continuous variables. 132 10.6 Estimating confidence intervals. 141 10.7 Immediate commands. 142 Regression analysis 145 11.1 Linear regression. 145 11.2 Regression postestimation . 148 11.3 Categorical predictors—factor variables. 150 11.4 Interactions in regression models. 156 11.5 Logistic regression. 163 11.6 Other regression models . 169 11.7 Nonindependent observations. 169 11.8 Bootstrapping. 171
viii 12 13 14 15 Contents Time-to-event data 175 12.1 Setting the time scale and event: The stset command. 177 12.2 The Kaplan-Meier survival function. 179 12.3 Tabulating rates. 182 12.4 Cox proportional hazards regression. 185 12.5 Preparing data for advanced survival analyses. 191 12.6 Advanced survival modeling. 193 12.7 Poisson regression 197 . Power, precision, and sample-size analysis 201 13.1 Power analysis . 201 13.2 Precision analysis. 205 13.3 Power by simulation—A superiority study. 206 Measurement and diagnosis 209 14.1 Comparing two measurements. 209 14.2 Reproducibility of measurements. 213 14.3 Using tests for diagnosis. 216 Miscellaneous 225 15.1 Random samples, simulations
. 225 15.2 Working with diagnoses. 222 15.3 Preparing tables for publication. 236 15.4 Including graphs in Word and PDF files. 247 15.5 Profile.do changing the ado-path. 250 15.6 Unicode and ASCII encoding of characters . 251 15.7 Other analyses. 251 IV Graphs 253 16 Graphs 255 16.1 Anatomy of a graph. 256 16.2 Anatomy of graph commands. 257 16.3 Graph size 258
Contents ix 16.4 Schemes. 261 16.5 Graph options: Axes. 263 16.6 Graph options: Text elements. 268 16.7 Plot options: Markers, lines, etc. 272 16.8 Histograms and other distribution graphs. 277 16.9 Twoway graphs: scatterplots and line plots. 281 16.10 Bar graphs. 291 16.11 By-graphs and combined graphs. 297 16.12 Saving and exporting graphs. 299 У Advanced topics 303 17 Advanced topics 305 17.1 Using stored results. 305 17.2 Macros and scalars. 310 17.3 Some useful commands. 313 17.4 Programs . 317 17.5 Debugging programs and complex
commands. 321 References 323 Author index 325 Subject index 327 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Juul, Svend Frydenberg, Morten 19XX- |
author_GND | (DE-588)1095269321 (DE-588)1244300500 |
author_facet | Juul, Svend Frydenberg, Morten 19XX- |
author_role | aut aut |
author_sort | Juul, Svend |
author_variant | s j sj m f mf |
building | Verbundindex |
bvnumber | BV047433942 |
classification_rvk | MR 2100 |
ctrlnum | (OCoLC)1284787507 (DE-599)BVBBV047433942 |
discipline | Soziologie |
discipline_str_mv | Soziologie |
edition | Fifth edition |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV047433942</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20211102</controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">210823s2021 xx |||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781597183154</subfield><subfield code="9">978-1-59718-315-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1284787507</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV047433942</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</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">MR 2100</subfield><subfield code="0">(DE-625)123488:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Juul, Svend</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1095269321</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">An introduction to Stata for health researchers</subfield><subfield code="c">Svend Juul, Morten Frydenberg</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Fifth edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">College Station, Texas</subfield><subfield code="b">Stata Press</subfield><subfield code="c">2021</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">[xxiv], 332 Seiten</subfield><subfield code="b">Diagramme</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="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="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="700" ind1="1" ind2=" "><subfield code="a">Frydenberg, Morten</subfield><subfield code="d">19XX-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1244300500</subfield><subfield code="4">aut</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe, EPUB</subfield><subfield code="z">978-1-59718-316-1</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe, MOBI</subfield><subfield code="z">978-1-59718-317-8</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bamberg - ADAM Catalogue Enrichment</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=032836319&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-032836319</subfield></datafield></record></collection> |
id | DE-604.BV047433942 |
illustrated | Not Illustrated |
index_date | 2024-07-03T17:59:11Z |
indexdate | 2025-02-03T07:00:32Z |
institution | BVB |
isbn | 9781597183154 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-032836319 |
oclc_num | 1284787507 |
open_access_boolean | |
owner | DE-473 DE-BY-UBG |
owner_facet | DE-473 DE-BY-UBG |
physical | [xxiv], 332 Seiten Diagramme |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Stata Press |
record_format | marc |
spelling | Juul, Svend Verfasser (DE-588)1095269321 aut An introduction to Stata for health researchers Svend Juul, Morten Frydenberg Fifth edition College Station, Texas Stata Press 2021 [xxiv], 332 Seiten Diagramme txt rdacontent n rdamedia nc rdacarrier Stata (DE-588)4617285-3 gnd rswk-swf Stata (DE-588)4617285-3 s DE-604 Frydenberg, Morten 19XX- Verfasser (DE-588)1244300500 aut Erscheint auch als Online-Ausgabe, EPUB 978-1-59718-316-1 Erscheint auch als Online-Ausgabe, MOBI 978-1-59718-317-8 Digitalisierung UB Bamberg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032836319&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Juul, Svend Frydenberg, Morten 19XX- An introduction to Stata for health researchers Stata (DE-588)4617285-3 gnd |
subject_GND | (DE-588)4617285-3 |
title | An introduction to Stata for health researchers |
title_auth | An introduction to Stata for health researchers |
title_exact_search | An introduction to Stata for health researchers |
title_exact_search_txtP | An introduction to Stata for health researchers |
title_full | An introduction to Stata for health researchers Svend Juul, Morten Frydenberg |
title_fullStr | An introduction to Stata for health researchers Svend Juul, Morten Frydenberg |
title_full_unstemmed | An introduction to Stata for health researchers Svend Juul, Morten Frydenberg |
title_short | An introduction to Stata for health researchers |
title_sort | an introduction to stata for health researchers |
topic | Stata (DE-588)4617285-3 gnd |
topic_facet | Stata |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032836319&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT juulsvend anintroductiontostataforhealthresearchers AT frydenbergmorten anintroductiontostataforhealthresearchers |