000 -LEADER |
fixed length control field |
08104cam a2200589Ii 4500 |
005 - DATE AND TIME OF LATEST TRANSACTION |
control field |
20250812101813.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION |
fixed length control field |
m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION |
fixed length control field |
cr ||||||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION |
fixed length control field |
250812s2022 njum ob u001 0 eng |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
1119951372 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9781119500476 |
Qualifying information |
(epub) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
1119500478 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9781119500483 |
Qualifying information |
(adobe pdf) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
1119500486 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
Cancelled/invalid ISBN |
9781119951377 |
Qualifying information |
(cloth) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9781119500469 |
Qualifying information |
(electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
111950046X |
Qualifying information |
(electronic bk.) |
035 ## - SYSTEM CONTROL NUMBER |
System control number |
(OCoLC)1286072415 |
Canceled/invalid control number |
(OCoLC)1285715756 |
-- |
(OCoLC)1292553530 |
041 ## - LANGUAGE CODE |
Language code of text/sound track or separate title |
eng |
042 ## - AUTHENTICATION CODE |
Authentication code |
pcc |
050 00 - LIBRARY OF CONGRESS CALL NUMBER |
Classification number |
QH323.5 |
060 00 - NATIONAL LIBRARY OF MEDICINE CALL NUMBER |
Classification number |
QH 323.5 |
082 00 - DEWEY DECIMAL CLASSIFICATION NUMBER |
Classification number |
570.1/5195 |
Edition number |
23/eng/20211101 |
100 1# - MAIN ENTRY--PERSONAL NAME |
Preferred name for the person |
U�na-�Alvarez, Jacobo de, |
Dates associated with a name |
1972- |
Authority record control number |
http://id.loc.gov/authorities/names/n2021183317 |
Relator term |
author. |
245 14 - TITLE STATEMENT |
Title |
The statistical analysis of doubly truncated data : |
Remainder of title |
with applications in R / |
Statement of responsibility, etc |
Jacobo de Una-Alvarez, Carla Moreira, Rosa M. Crujeiras. |
264 #1 - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT) |
Place of publication, distribution, etc |
Hoboken, NJ : |
Name of publisher, distributor, etc |
Wiley, |
Date of publication, distribution, etc |
©2022. |
300 ## - PHYSICAL DESCRIPTION |
Extent |
1 online resource. |
336 ## - CONTENT TYPE |
Content type term |
text |
Content type code |
txt |
Source |
rdacontent. |
337 ## - MEDIA TYPE |
Media type term |
computer |
Media type code |
c |
Source |
rdamedia. |
338 ## - CARRIER TYPE |
Carrier type term |
online resource |
Carrier type code |
cr |
Source |
rdacarrier. |
490 1# - SERIES STATEMENT |
Series statement |
Wiley series in probability and statistics. |
504 ## - BIBLIOGRAPHY, ETC. NOTE |
Bibliography, etc |
Includes bibliographical references and index. |
505 0# - CONTENTS |
Formatted contents note |
Table of Contents<br/>Preface xi<br/><br/>List of Abbreviations xiii<br/><br/>Notation xv<br/><br/>1 Introduction 1<br/><br/>1.1 Random Truncation 1<br/><br/>1.2 One-sided Truncation 2<br/><br/>1.2.1 Left-truncation 2<br/><br/>1.2.2 Right-truncation 2<br/><br/>1.2.3 Truncation vs. Censoring 3<br/><br/>1.3 Double Truncation 3<br/><br/>1.4 Real Data Examples 5<br/><br/>1.4.1 Childhood Cancer Data 5<br/><br/>1.4.2 AIDS Blood Transfusion Data 6<br/><br/>1.4.3 Equipment-S Rounded Failure Time Data 7<br/><br/>1.4.4 Quasar Data 7<br/><br/>1.4.5 Parkinson’s Disease Data 8<br/><br/>1.4.6 Acute Coronary Syndrome Data 9<br/><br/>References 10<br/><br/>2 One-Sample Problems 13<br/><br/>2.1 Nonparametric Estimation of a Distribution Function 13<br/><br/>2.1.1 The NPMLE 14<br/><br/>2.1.2 Numerical Algorithms for Computing the NPMLE 21<br/><br/>2.1.3 Theoretical Properties of the NPMLE 24<br/><br/>2.1.4 Standard Errors and Confidence Limits 36<br/><br/>2.2 Semiparametric and Parametric Approaches 43<br/><br/>2.2.1 Semiparametric Approach 44<br/><br/>2.2.2 Parametric Approach 52<br/><br/>2.3 R Code for the Examples 56<br/><br/>2.3.1 Code for Example 2.1.8 56<br/><br/>2.3.2 Code for Examples 2.1.11 and 2.1.13 56<br/><br/>2.3.3 Code for Example 2.1.14 58<br/><br/>2.3.4 Code for Example 2.1.15 59<br/><br/>2.3.5 Code for Example 2.1.22 60<br/><br/>2.3.6 Code for Example 2.2.6 61<br/><br/>2.3.7 Code for Example 2.2.8 62<br/><br/>References 65<br/><br/>3 Smoothing Methods 69<br/><br/>3.1 Some Background in Kernel Estimation 69<br/><br/>3.2 Estimating the Density Function 71<br/><br/>3.3 Asymptotic Properties 71<br/><br/>3.4 Data-driven Bandwidth Selection 77<br/><br/>3.4.1 Normal Reference Bandwidth Selection 78<br/><br/>3.4.2 Plug-in Bandwidth Selection 79<br/><br/>3.4.3 Least-squares Cross-validation Bandwidth Selection 80<br/><br/>3.4.4 Smoothed Bootstrap Bandwidth Selection 81<br/><br/>3.4.5 Bandwidth Selectors in Practice 82<br/><br/>3.5 Further Issues in Kernel Density Estimation 88<br/><br/>3.6 Estimating the Hazard Function 90<br/><br/>3.7 R Code for the Examples 98<br/><br/>3.7.1 Code for Example 3.2.1 98<br/><br/>3.7.2 Code for Examples 3.3.4 and 3.3.5 99<br/><br/>3.7.3 Code for Examples 3.4.2 and 3.4.3 100<br/><br/>3.7.4 Code for Example 3.5.1 102<br/><br/>3.7.5 Code for Example 3.6.4 104<br/><br/>3.7.6 Code for Example 3.6.5 105<br/><br/>References 106<br/><br/>4 Regression Analysis 109<br/><br/>4.1 Observational Bias in Regression 109<br/><br/>4.2 Proportional Hazards Regression 114<br/><br/>4.3 Accelerated Failure Time Regression 117<br/><br/>4.4 Nonparametric Regression 121<br/><br/>4.5 R Code for the Examples 126<br/><br/>4.5.1 Code for Example 4.1.1 126<br/><br/>4.5.2 Code for Example 4.1.4 126<br/><br/>4.5.3 Code for Example 4.2.4 127<br/><br/>4.5.4 Code for Example 4.3.2 127<br/><br/>4.5.5 Code for Example 4.4.2 128<br/><br/>References 129<br/><br/>5 Further Topics 131<br/><br/>5.1 Two-Sample Problems 132<br/><br/>5.2 Competing Risks 137<br/><br/>5.2.1 Cumulative Incidences 139<br/><br/>5.2.2 Regression Models for Competing Risks 142<br/><br/>5.3 Testing for Quasi-independence 146<br/><br/>5.4 Dependent Truncation 150<br/><br/>5.5 R Code for the Examples 157<br/><br/>5.5.1 Code for Example 5.1.3 157<br/><br/>5.5.2 Code for Example 5.2.4 159<br/><br/>5.5.3 Code for Example 5.2.6 160<br/><br/>5.5.4 Code for Example 5.3.1 161<br/><br/>5.5.5 Code for Example 5.4.3 161<br/><br/>References 162<br/><br/>A Packages and Functions in R 165<br/><br/>A.1 Computing the NPMLE and Standard Errors 166<br/><br/>A.2 Assessing the Existence and Uniqueness of the NPMLE 167<br/><br/>A.3 Semiparametric and Parametric Estimation 168<br/><br/>A.4 Kernel Estimation 168<br/><br/>A.5 Regression Analysis 169<br/><br/>A.6 Competing Risks 169<br/><br/>A.7 Simulating Data 170<br/><br/>A.8 Testing Quasi-independence 170<br/><br/>A.9 Dependent Truncation 170<br/><br/>References 171<br/><br/>Index 173 |
520 ## - SUMMARY, ETC. |
Summary, etc |
"This book is the result of a long-standing collaboration among the three authors, which began when Carla Moreira was a PhD student under the supervision of Jacobo de Un�a-�Alvarez. Carla successfully defended her thesis, entitled 'The Statistical Analysis of Doubly Truncated Data: New Methods, Software Development, and Biomedical Applications', at the Universidade de Vigo in July 2010. At that time, just a reduced group of people seemed to be aware of the importance of random double truncation. Research papers on this topic were scarce before 2010, with the contribution by Bradley Efron and Vahe Petrosian in 1999 as the most relevant one. And, of course, no software was available. So, for us, it was a risky and exciting research exercise to embrace such an initiative. This book aims to serve as a companion for those ones interested in learning about doubly truncated data analysis and inference, presenting a wide range of tools for estimating distribution and regression models. All the methods presented in this book are accompanied by real data and simulated examples and, at the end of each chapter, the reader will find the do-it-yourself code, mostly based on DTDA package. This book is not written with the aim of being just read: its main purpose is to invite the reader to think, explore and experience"-- |
Assigning source |
Provided by publisher. |
545 0# - BIOGRAPHICAL OR HISTORICAL DATA |
Biographical or historical note |
About the Authors<br/>Jacobo de Uña-Álvarez is Professor at the Department of Statistics and Operations Research, University of Vigo in Spain.<br/><br/>Carla Moreira is Associate Researcher at the Centre of Mathematics -School of Sciences, University of Minho in Portugal. She is also affiliated to the Statistical Inference, Decision and Operations Research group, University of Vigo, Spain, and to the Epidemiology Research unit- Institute of Public Health, University of Porto, Portugal.<br/><br/>Rosa M. Crujeiras is Associate Professor at the Department of Statistics, Mathematical Analysis and Optimization, University of Santiago de Compostela, Spain. |
650 12 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name as entry element |
Biometry |
General subdivision |
methods. |
Authority record control number |
https://id.nlm.nih.gov/mesh/D001699Q000379. |
650 12 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name as entry element |
Statistics as Topic. |
Authority record control number |
https://id.nlm.nih.gov/mesh/D013223. |
650 22 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name as entry element |
Data Interpretation, Statistical. |
Authority record control number |
https://id.nlm.nih.gov/mesh/D003627. |
650 22 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name as entry element |
Programming Languages. |
Authority record control number |
https://id.nlm.nih.gov/mesh/D011381. |
650 22 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name as entry element |
Models, Statistical. |
Authority record control number |
https://id.nlm.nih.gov/mesh/D015233. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name as entry element |
Biometry |
Authority record control number |
http://id.loc.gov/authorities/subjects/sh85014244 |
General subdivision |
Methods. |
Authority record control number |
http://id.loc.gov/authorities/subjects/sh2006007982. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name as entry element |
Statistics |
General subdivision |
Computer programs. |
Authority record control number |
http://id.loc.gov/authorities/subjects/sh85127582. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name as entry element |
R (Computer program language) |
Authority record control number |
http://id.loc.gov/authorities/subjects/sh2002004407. |
655 #4 - INDEX TERM--GENRE/FORM |
Genre/form data or focus term |
Electronic books. |
655 #7 - INDEX TERM--GENRE/FORM |
Genre/form data or focus term |
Methods (Music) |
Source of term |
fast |
Authority record control number |
http://id.worldcat.org/fast/1423850. |
700 1# - ADDED ENTRY--PERSONAL NAME |
Personal name |
Moreira, Carla, |
Dates associated with a name |
1972- |
Authority record control number |
http://id.loc.gov/authorities/names/n2021183318 |
Relator term |
author. |
700 1# - ADDED ENTRY--PERSONAL NAME |
Personal name |
Crujeiras, Rosa M. |
Fuller form of name |
(Rosa Maria), |
Dates associated with a name |
1978- |
Authority record control number |
http://id.loc.gov/authorities/names/n2021183319 |
Relator term |
author. |
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE |
Uniform title |
Wiley series in probability and statistics. |
Authority record control number |
http://id.loc.gov/authorities/names/n98048834. |
856 40 - ELECTRONIC LOCATION AND ACCESS |
Uniform Resource Identifier |
https://onlinelibrary.wiley.com/doi/book/10.1002/9781119500469 |
Link text |
Full text is available at Wiley Online Library Click here to view |
942 ## - ADDED ENTRY ELEMENTS |
Source of classification or shelving scheme |
|
Item type |
EBOOK |