Statistical analysis of medical data using SAS:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boca Raton [u.a.]
Chapman & Hall/CRC
2006
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Einschl. bibliographischer Referenzen (S. 411-415) und Index |
Beschreibung: | 428 S. Ill., graph. Darst. |
ISBN: | 9781584884699 158488469X |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV021325802 | ||
003 | DE-604 | ||
005 | 20061208 | ||
007 | t | ||
008 | 060207s2006 ad|| |||| 00||| eng d | ||
020 | |a 9781584884699 |9 978-1-58488-469-9 | ||
020 | |a 158488469X |9 1-58488-469-X | ||
035 | |a (OCoLC)59360245 | ||
035 | |a (DE-599)BVBBV021325802 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-20 |a DE-19 |a DE-29 |a DE-188 |a DE-578 | ||
050 | 0 | |a RA409.5 | |
082 | 0 | |a 610.285 | |
082 | 0 | |a 610/.285 |2 22 | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
100 | 1 | |a Der, Geoff |e Verfasser |4 aut | |
245 | 1 | 0 | |a Statistical analysis of medical data using SAS |c Geoff Der ; Brian S. Everitt |
264 | 1 | |a Boca Raton [u.a.] |b Chapman & Hall/CRC |c 2006 | |
300 | |a 428 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Einschl. bibliographischer Referenzen (S. 411-415) und Index | ||
630 | 0 | 4 | |a SAS (Computer file) |
650 | 7 | |a Statistics |2 cabt | |
650 | 7 | |a Software |2 cabt | |
650 | 7 | |a SAS |2 cabt | |
650 | 4 | |a Dossiers médicaux - Informatique | |
650 | 4 | |a Médecine - Informatique | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Medizin | |
650 | 4 | |a Statistik | |
650 | 4 | |a Data Interpretation, Statistical | |
650 | 4 | |a Mathematical Computing | |
650 | 4 | |a Medical records |x Data processing | |
650 | 4 | |a Medicine |x Data processing | |
650 | 0 | 7 | |a SAS 9.1 |0 (DE-588)4785838-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a SAS 9.1 |0 (DE-588)4785838-2 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Everitt, Brian |d 1944- |e Verfasser |0 (DE-588)121459411 |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=014646146&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-014646146 |
Datensatz im Suchindex
_version_ | 1804135136800800768 |
---|---|
adam_text | ^ Contents
1 An Introduction to SAS 1
1.1 Introduction 1
1.2 The User Interface 2
1.2.1 The Editor Window 4
1.2.2 The Log Window 4
1.2.3 The Output Window 5
1.2.4 The Results Window 5
1.2.5 The Explorer Window 6
1.2.6 Some Other Menus 6
1.3 The SAS Language 6
1.3.1 Program Steps 7
1.3.2 Variable Names and Data Set Names 8
1.3.3 Variable Lists 8
1.4 Reading Data — The Data Step 8
1.4.1 Creating SAS Data Sets from Raw Data 9
1.4.2 The Data Statement 10
1.4.3 The Infile Statement 10
1.4.4 The Input Statement 12
1.4.5 Proc Import 18
1.4.6 Reading Data from Other Programs and Databases 18
1.4.7 Temporary and Permanent SAS Data Sets — SAS Libraries... 19
1.4.8 Reading Data from an Existing SAS Data Set 19
1.5 Modifying SAS Data 20
1.5.1 Creating and Modifying Variables 20
1.5.2 Deleting Variables 23
1.5.3 Deleting Observations 23
1.5.4 Subsetting Data Sets 24
1.5.5 Concatenating and Merging Data Sets 24
1.5.6 Merging Data Sets — Adding Variables 25
1.5.7 The Operation of the Data Step 26
1.6 The Proc Step 26
1.6.1 The Proc Statement 27
1.6.2 The Var Statement 27
1.6.3 The Where Statement 27
1.6.4 The By Statement 27
1.6.5 The Class Statement 28
1.7 Global Statements 28
1.7.1 Options 29
1.8 SAS Graphics 29
1.8.1 ProcGplot 30
1.8.2 Overlaid Graphs 32
1.8.3 Viewing and Printing Graphics 32
1.9 ODS — The Output Delivery System 33
1.10 SAS Macros 35
1.11 Some Tips for Preventing and Correcting Errors 37
2 Describing and Summarizing Data 39
2.1 Introduction 39
2.2 Graphing and Summarizing Continuous Data 39
2.3 Categorical Data 61
2.4 Summary 67
3 Basic Inference 69
3.1 Introduction 69
3.2 Simple Inference for Continuous Variables 69
3.2.1 Tests for Independent Samples 69
3.2.2 Tests for Dependent Samples 74
3.3 Simple Inference for Categorical Data 78
3.3.1 Testing for Independence in Contingency Tables 78
3.3.2 Fisher s Exact Test 83
3.3.3 The Mantel Haenszel Test 87
3.3.4 McNemar s Test for Correlated Proportions 89
3.4 Summary 90
4 Scatterplots, Correlation, Simple Regression, and Smoothing 93
4.1 Introduction 93
4.2 The Scatterplot 93
4.2.1 The Aspect Ratio of a Scatterplot 98
4.2.2 Estimating Bivariate Densities 103
4.3 Scatterplot Matrices 108
4.4 Simple Linear Regression and Locally Weighted Regression Ill
4.5 Summary 119
5 Analysis of Variance and Covariance 121
5.1 Introduction 121
5.2 A Simple One Way Example 121
5.3 Multiple Comparison Procedures 126
5.4 A Factorial Experiment 128
5.5 Unbalanced Designs 139
5.5.1 Type I Sums of Squares 139
5.5.2 Type II Sums of Squares 140
5.5.3 Type III Sums of Squares 140
5.5.4 Analysis of Antipyrine Data 141
5.6 Nonparametric Analysis of Variance 143
5.7 Analysis of Covariance 145
5.8 Summary 150
6 Multiple Regression 151
6.1 Introduction 151
6.2 The Multiple Linear Regression Model 151
6.2.1 Anesthesia Example 154
6.2.2 Mortality and Water Hardness 156
6.2.3 Weight and Physical Measurement in Men 162
6.3 Identifying a Parsimonious Model 166
6.3.1 All Possible Subsets Regression 167
6.3.2 Stepwise Methods 168
6.4 Checking Model Assumptions: Residuals and Other
Regression Diagnostics 177
6.5 The General Linear Model 179
6.6 Summary 180
7 Logistic Regression 183
7.1 Introduction 183
7.2 Logistic Regression 183
7.3 Two Examples of the Application of Logistic Regression 187
7.3.1 Psychiatric Caseness 187
7.3.2 Birthweight of Babies 194
7.4 Diagnosing a Logistic Regression Model 201
7.5 Logistic Regression for 1 1 Matched Studies 206
7.6 Summary 209
8 The Generalized Linear Model 211
8.1 Introduction 211
8.2 Generalized Linear Models 211
8.3 Applying the Generalized Linear Model 212
8.3.1 Poisson Regression 214
8.3.2 Regression with Gamma Errors 219
8.4 Residuals for GLMs 220
8.5 Overdispersion 223
8.6 Summary 224
9 Generalized Additive Models 227
9.1 Introduction 227
9.2 Scatterplot Smoothers 228
9.3 Additive and Generalized Additive Models 238
9.4 Examples of the Application of GAMs 240
9.5 Summary 251
10 Nonlinear Regression Models 255
10.1 Introduction 255
10.2 Nonlinear Regression 256
10.3 Some Examples of Nonlinear Regression Models 257
10.4 Summary 266
11 The Analysis of Longitudinal Data 1 269
11.1 Introduction 269
11.2 Graphical Displays of Longitudinal Data 269
11.3 Summary Measure Analysis of Longitudinal Data 275
11.3.1 Choosing Summary Measures 276
11.3.2 Applying the Summary Measure Approach 277
11.3.3 Incorporating Pretreatment Outcome Values into the
Summary Measure Approach 278
11.3.4 Dealing with Missing Values When Using the Summary
Measure Approach 279
11.4 Summary Measure Approach for Binary Responses 282
11.5 Summary 291
12 The Analysis of Longitudinal Data II: Models for Normal
Response Variables 293
12.1 Introduction 293
12.2 Linear Mixed Effects Models for Repeated Measures Data 294
12.3 Dropouts in Longitudinal Data 312
12.4 Summary 322
13 The Analysis of Longitudinal Data III: Non Normal
Responses 323
13.1 Introduction 323
13.2 Marginal Models and Conditional Models 327
13.2.1 Marginal Models 327
13.2.2 Conditional Models 329
13.3 Analysis of the Respiratory Data 329
13.4 Analysis of Epilepsy Data 335
13.5 Summary 343
14 Survival Analysis 345
14.1 Introduction 345
14.2 The Survivor Function and the Hazard Function 345
14.2.1 Survivor Function 346
14.2.2 The Hazard Function 348
14.3 Comparing Survival Functions 350
14.4 Cox s Regression; the Proportional Hazards Model 352
14.5 Time Varying Covariates 361
14.6 Summary 372
15 Analysing Multivariate Data: Principal Components and
Cluster Analysis 373
15.1 Introduction 373
15.2 Principal Components Analysis 374
15.3 Examples of Principal Components Analysis 379
15.3.1 Head Measurements 379
15.3.2 Expectations of Life 381
15.3.3 Drug Usage by American Students 388
15.4 Cluster Analysis 391
15.5 Agglomerative Hierarchical Clustering 393
15.6 Summary 407
References 411
Index 417
|
adam_txt |
^ Contents
1 An Introduction to SAS 1
1.1 Introduction 1
1.2 The User Interface 2
1.2.1 The Editor Window 4
1.2.2 The Log Window 4
1.2.3 The Output Window 5
1.2.4 The Results Window 5
1.2.5 The Explorer Window 6
1.2.6 Some Other Menus 6
1.3 The SAS Language 6
1.3.1 Program Steps 7
1.3.2 Variable Names and Data Set Names 8
1.3.3 Variable Lists 8
1.4 Reading Data — The Data Step 8
1.4.1 Creating SAS Data Sets from Raw Data 9
1.4.2 The Data Statement 10
1.4.3 The Infile Statement 10
1.4.4 The Input Statement 12
1.4.5 Proc Import 18
1.4.6 Reading Data from Other Programs and Databases 18
1.4.7 Temporary and Permanent SAS Data Sets — SAS Libraries. 19
1.4.8 Reading Data from an Existing SAS Data Set 19
1.5 Modifying SAS Data 20
1.5.1 Creating and Modifying Variables 20
1.5.2 Deleting Variables 23
1.5.3 Deleting Observations 23
1.5.4 Subsetting Data Sets 24
1.5.5 Concatenating and Merging Data Sets 24
1.5.6 Merging Data Sets — Adding Variables 25
1.5.7 The Operation of the Data Step 26
1.6 The Proc Step 26
1.6.1 The Proc Statement 27
1.6.2 The Var Statement 27
1.6.3 The Where Statement 27
1.6.4 The By Statement 27
1.6.5 The Class Statement 28
1.7 Global Statements 28
1.7.1 Options 29
1.8 SAS Graphics 29
1.8.1 ProcGplot 30
1.8.2 Overlaid Graphs 32
1.8.3 Viewing and Printing Graphics 32
1.9 ODS — The Output Delivery System 33
1.10 SAS Macros 35
1.11 Some Tips for Preventing and Correcting Errors 37
2 Describing and Summarizing Data 39
2.1 Introduction 39
2.2 Graphing and Summarizing Continuous Data 39
2.3 Categorical Data 61
2.4 Summary 67
3 Basic Inference 69
3.1 Introduction 69
3.2 Simple Inference for Continuous Variables 69
3.2.1 Tests for Independent Samples 69
3.2.2 Tests for Dependent Samples 74
3.3 Simple Inference for Categorical Data 78
3.3.1 Testing for Independence in Contingency Tables 78
3.3.2 Fisher's Exact Test 83
3.3.3 The Mantel Haenszel Test 87
3.3.4 McNemar's Test for Correlated Proportions 89
3.4 Summary 90
4 Scatterplots, Correlation, Simple Regression, and Smoothing 93
4.1 Introduction 93
4.2 The Scatterplot 93
4.2.1 The Aspect Ratio of a Scatterplot 98
4.2.2 Estimating Bivariate Densities 103
4.3 Scatterplot Matrices 108
4.4 Simple Linear Regression and Locally Weighted Regression Ill
4.5 Summary 119
5 Analysis of Variance and Covariance 121
5.1 Introduction 121
5.2 A Simple One Way Example 121
5.3 Multiple Comparison Procedures 126
5.4 A Factorial Experiment 128
5.5 Unbalanced Designs 139
5.5.1 Type I Sums of Squares 139
5.5.2 Type II Sums of Squares 140
5.5.3 Type III Sums of Squares 140
5.5.4 Analysis of Antipyrine Data 141
5.6 Nonparametric Analysis of Variance 143
5.7 Analysis of Covariance 145
5.8 Summary 150
6 Multiple Regression 151
6.1 Introduction 151
6.2 The Multiple Linear Regression Model 151
6.2.1 Anesthesia Example 154
6.2.2 Mortality and Water Hardness 156
6.2.3 Weight and Physical Measurement in Men 162
6.3 Identifying a Parsimonious Model 166
6.3.1 All Possible Subsets Regression 167
6.3.2 Stepwise Methods 168
6.4 Checking Model Assumptions: Residuals and Other
Regression Diagnostics 177
6.5 The General Linear Model 179
6.6 Summary 180
7 Logistic Regression 183
7.1 Introduction 183
7.2 Logistic Regression 183
7.3 Two Examples of the Application of Logistic Regression 187
7.3.1 Psychiatric 'Caseness' 187
7.3.2 Birthweight of Babies 194
7.4 Diagnosing a Logistic Regression Model 201
7.5 Logistic Regression for 1 1 Matched Studies 206
7.6 Summary 209
8 The Generalized Linear Model 211
8.1 Introduction 211
8.2 Generalized Linear Models 211
8.3 Applying the Generalized Linear Model 212
8.3.1 Poisson Regression 214
8.3.2 Regression with Gamma Errors 219
8.4 Residuals for GLMs 220
8.5 Overdispersion 223
8.6 Summary 224
9 Generalized Additive Models 227
9.1 Introduction 227
9.2 Scatterplot Smoothers 228
9.3 Additive and Generalized Additive Models 238
9.4 Examples of the Application of GAMs 240
9.5 Summary 251
10 Nonlinear Regression Models 255
10.1 Introduction 255
10.2 Nonlinear Regression 256
10.3 Some Examples of Nonlinear Regression Models 257
10.4 Summary 266
11 The Analysis of Longitudinal Data 1 269
11.1 Introduction 269
11.2 Graphical Displays of Longitudinal Data 269
11.3 Summary Measure Analysis of Longitudinal Data 275
11.3.1 Choosing Summary Measures 276
11.3.2 Applying the Summary Measure Approach 277
11.3.3 Incorporating Pretreatment Outcome Values into the
Summary Measure Approach 278
11.3.4 Dealing with Missing Values When Using the Summary
Measure Approach 279
11.4 Summary Measure Approach for Binary Responses 282
11.5 Summary 291
12 The Analysis of Longitudinal Data II: Models for Normal
Response Variables 293
12.1 Introduction 293
12.2 Linear Mixed Effects Models for Repeated Measures Data 294
12.3 Dropouts in Longitudinal Data 312
12.4 Summary 322
13 The Analysis of Longitudinal Data III: Non Normal
Responses 323
13.1 Introduction 323
13.2 Marginal Models and Conditional Models 327
13.2.1 Marginal Models 327
13.2.2 Conditional Models 329
13.3 Analysis of the Respiratory Data 329
13.4 Analysis of Epilepsy Data 335
13.5 Summary 343
14 Survival Analysis 345
14.1 Introduction 345
14.2 The Survivor Function and the Hazard Function 345
14.2.1 Survivor Function 346
14.2.2 The Hazard Function 348
14.3 Comparing Survival Functions 350
14.4 Cox's Regression; the Proportional Hazards Model 352
14.5 Time Varying Covariates 361
14.6 Summary 372
15 Analysing Multivariate Data: Principal Components and
Cluster Analysis 373
15.1 Introduction 373
15.2 Principal Components Analysis 374
15.3 Examples of Principal Components Analysis 379
15.3.1 Head Measurements 379
15.3.2 Expectations of Life 381
15.3.3 Drug Usage by American Students 388
15.4 Cluster Analysis 391
15.5 Agglomerative Hierarchical Clustering 393
15.6 Summary 407
References 411
Index 417 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Der, Geoff Everitt, Brian 1944- |
author_GND | (DE-588)121459411 |
author_facet | Der, Geoff Everitt, Brian 1944- |
author_role | aut aut |
author_sort | Der, Geoff |
author_variant | g d gd b e be |
building | Verbundindex |
bvnumber | BV021325802 |
callnumber-first | R - Medicine |
callnumber-label | RA409 |
callnumber-raw | RA409.5 |
callnumber-search | RA409.5 |
callnumber-sort | RA 3409.5 |
callnumber-subject | RA - Public Medicine |
classification_rvk | ST 601 |
ctrlnum | (OCoLC)59360245 (DE-599)BVBBV021325802 |
dewey-full | 610.285 610/.285 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 610 - Medicine and health |
dewey-raw | 610.285 610/.285 |
dewey-search | 610.285 610/.285 |
dewey-sort | 3610.285 |
dewey-tens | 610 - Medicine and health |
discipline | Informatik Medizin |
discipline_str_mv | Informatik Medizin |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01942nam a2200541 c 4500</leader><controlfield tag="001">BV021325802</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20061208 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">060207s2006 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781584884699</subfield><subfield code="9">978-1-58488-469-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">158488469X</subfield><subfield code="9">1-58488-469-X</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)59360245</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV021325802</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-20</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-29</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-578</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">RA409.5</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">610.285</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">610/.285</subfield><subfield code="2">22</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">Der, Geoff</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Statistical analysis of medical data using SAS</subfield><subfield code="c">Geoff Der ; Brian S. Everitt</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boca Raton [u.a.]</subfield><subfield code="b">Chapman & Hall/CRC</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">428 S.</subfield><subfield code="b">Ill., 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="500" ind1=" " ind2=" "><subfield code="a">Einschl. bibliographischer Referenzen (S. 411-415) und Index</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">SAS (Computer file)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Statistics</subfield><subfield code="2">cabt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Software</subfield><subfield code="2">cabt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">SAS</subfield><subfield code="2">cabt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Dossiers médicaux - Informatique</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Médecine - Informatique</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Medizin</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Statistik</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Data Interpretation, Statistical</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematical Computing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Medical records</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Medicine</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">SAS 9.1</subfield><subfield code="0">(DE-588)4785838-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">SAS 9.1</subfield><subfield code="0">(DE-588)4785838-2</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">Everitt, Brian</subfield><subfield code="d">1944-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)121459411</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=014646146&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-014646146</subfield></datafield></record></collection> |
id | DE-604.BV021325802 |
illustrated | Illustrated |
index_date | 2024-07-02T14:00:18Z |
indexdate | 2024-07-09T20:35:43Z |
institution | BVB |
isbn | 9781584884699 158488469X |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-014646146 |
oclc_num | 59360245 |
open_access_boolean | |
owner | DE-20 DE-19 DE-BY-UBM DE-29 DE-188 DE-578 |
owner_facet | DE-20 DE-19 DE-BY-UBM DE-29 DE-188 DE-578 |
physical | 428 S. Ill., graph. Darst. |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Chapman & Hall/CRC |
record_format | marc |
spelling | Der, Geoff Verfasser aut Statistical analysis of medical data using SAS Geoff Der ; Brian S. Everitt Boca Raton [u.a.] Chapman & Hall/CRC 2006 428 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Einschl. bibliographischer Referenzen (S. 411-415) und Index SAS (Computer file) Statistics cabt Software cabt SAS cabt Dossiers médicaux - Informatique Médecine - Informatique Datenverarbeitung Medizin Statistik Data Interpretation, Statistical Mathematical Computing Medical records Data processing Medicine Data processing SAS 9.1 (DE-588)4785838-2 gnd rswk-swf SAS 9.1 (DE-588)4785838-2 s DE-604 Everitt, Brian 1944- Verfasser (DE-588)121459411 aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014646146&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Der, Geoff Everitt, Brian 1944- Statistical analysis of medical data using SAS SAS (Computer file) Statistics cabt Software cabt SAS cabt Dossiers médicaux - Informatique Médecine - Informatique Datenverarbeitung Medizin Statistik Data Interpretation, Statistical Mathematical Computing Medical records Data processing Medicine Data processing SAS 9.1 (DE-588)4785838-2 gnd |
subject_GND | (DE-588)4785838-2 |
title | Statistical analysis of medical data using SAS |
title_auth | Statistical analysis of medical data using SAS |
title_exact_search | Statistical analysis of medical data using SAS |
title_exact_search_txtP | Statistical analysis of medical data using SAS |
title_full | Statistical analysis of medical data using SAS Geoff Der ; Brian S. Everitt |
title_fullStr | Statistical analysis of medical data using SAS Geoff Der ; Brian S. Everitt |
title_full_unstemmed | Statistical analysis of medical data using SAS Geoff Der ; Brian S. Everitt |
title_short | Statistical analysis of medical data using SAS |
title_sort | statistical analysis of medical data using sas |
topic | SAS (Computer file) Statistics cabt Software cabt SAS cabt Dossiers médicaux - Informatique Médecine - Informatique Datenverarbeitung Medizin Statistik Data Interpretation, Statistical Mathematical Computing Medical records Data processing Medicine Data processing SAS 9.1 (DE-588)4785838-2 gnd |
topic_facet | SAS (Computer file) Statistics Software SAS Dossiers médicaux - Informatique Médecine - Informatique Datenverarbeitung Medizin Statistik Data Interpretation, Statistical Mathematical Computing Medical records Data processing Medicine Data processing SAS 9.1 |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014646146&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT dergeoff statisticalanalysisofmedicaldatausingsas AT everittbrian statisticalanalysisofmedicaldatausingsas |