Home > Mathematics and Science Textbooks > Mathematics > Calculus and mathematical analysis > Complex Surveys – A Guide to Analysis Using R
3%
Complex Surveys – A Guide to Analysis Using R

Complex Surveys – A Guide to Analysis Using R

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Survey analysis remains the bread-and-butter of sociological research. Highlighting three main areas of interest--calibration estimators, two-phase designs, and fitting of regression models to survey data-- Complex Surveys is the first book to describe the use of R in survey analysis in order to meticulously demonstrate new and efficient analyses of survey research methods in the health and social sciences. Written for applied statisticians and sophisticated users of statistics in the health and social sciences, the text employs large data sets throughout to illustrate the need for, and utility of, the R software system.

Table of Contents:
Acknowledgments. Preface. Acronyms. 1 Basic Tools. 1.1 Goals of Inference. 1.1.1 Population or Process? 1.1.2 Probability Samples. 1.1.3 Sampling Weights. 1.1.4 Design Effects. 1.2 An Introduction to the Data. 1.2.1 Real Surveys. 1.2.2 Populations. 1.3 Obtaining the Software. 1.3.1 Obtaining R. 1.3.2 Obtaining the Survey Package. 1.4 Using R. 1.4.1 Reading Plain Text Data. 1.4.2 Reading Data from Other Packages. 1.4.3 Simple Computation. Exercises. 2 Simple and Stratified Sampling. 2.1 Analyzing Simple Random Samples. 2.1.1 Confidence Intervals. 2.1.2 Describing the Sample to R. 2.2 Stratified Sampling. 2.3 Replicate Weights. 2.3.1 Specifying Replicate Weights to R. 2.3.2 Creating Replicate Weights in R. 2.4 Other Population Summaries. 2.4.1 Quantiles. 2.4.2 Contingency Tables. 2.5 Estimates in Subpopulations. 2.6 Design of Stratified Samples. Exercises. 3 Cluster Sampling. 3.1 Introduction. 3.1.1 Why Clusters: The NHANES II Design. 3.1.2 Single-Stage and Multistage Designs. 3.2 Describing Multistage Designs to R. 3.2.1 Strata with Only One PSU. 3.2.2 How Good is the Single-State Approximation? 3.2.3 Replicate Weights for Multistage Samples. 3.3 Sampling by Size. 3.3.1 Loss of Information from Sampling Clusters. 3.4 Repeated Measurements. Exercises. 4 Graphics. 4.1 Why is Survey Data Different? 4.2 Plotting a Table. 4.3 One Continuous Variable. 4.3.1 Graphs Based on the Distribution Function. 4.3.2 Graphs Based on the Density. 4.4 Two Continuous Variables. 4.4.1 Scatterplots. 4.4.2 Aggregation and Smoothing. 4.4.3 Scatterplot Smoothers. 4.5 Conditioning Plots. 4.6 Maps. 4.6.1 Design and Estimation Issues. 4.6.2 Drawing Maps in R. Exercises. 5 Ratios and Linear Regression. 5.1 Ratio Estimation. 5.1.1 Estimating Ratios. 5.1.2 Ratios for Subpopulation Estimates. 5.1.3 Ratio Estimators of Totals. 5.2 Linear Regression. 5.2.1 The Least-Squares Slope as an Estimated Population. 5.2.2 Regression Estimation of Population Totals. 5.2.3 Confounding and Other Criteria for Model Choice. 5.2.4 Linear Models in the Survey Package. 5.3 Is Weighting Needed in Regression Models? Exercises. 6 Categorical Data Regression. 6.1 Logistic Regression. 6.1.1 Relative Risk Regression. 6.2 Ordinal Regression. 6.2.1 Other Cumulative Link Models. 6.3 Loglinear Models. 6.3.1 Choosing Models. 6.3.2 Linear Association Models. Exercises. 7 Post-Stratification, Raking and Calibration. 7.1 Introduction. 7.2 Post-Stratification. 7.3 Raking. 7.4 Generalized Raking, GREG Estimation, and Calibration. 7.4.1 Calibration in R. 7.5 Basu's Elephants. 7.6 Selecting Auxiliary Variables for Non-Response. 7.6.1 Direct Standardization. 7.6.2 Standard Error Estimation. Exercises. 8 Two-Phase Sampling. 8.1 Multistage and Multiphase Sampling. 8.2 Sampling for Stratification. 8.3 The Case-Control Design. 8.3.1 Simulations: Efficiency of the Design-Based Estimator. 8.3.2 Frequency Matching. 8.4 Sampling from Existing Cohorts. 8.4.1 Logistic Regression. 8.4.2 Two-Phase Case-Control Designs in R. 8.4.3 Survival Analysis. 8.4.4 Case-Cohort Designs in R. 8.5 Using Auxiliary Information from Phase One. 8.5.1 Population Calibration for Regression Models. 8.5.2 Two-Phase Designs. 8.5.3 Some History of the Two-Phase Calibration Estimator. Exercises. 9 Missing Data. 9.1 Item Non-Response. 9.2 Two-Phase Estimation for Missing Data. 9.2.1 Calibration for Item Non-Response. 9.2.2 Models for Response Probability. 9.2.3 Effect on Precision. 9.2.4 Doubly-Robust Estimators. 9.3 Imputation of Missing Data. 9.3.1 Describing Multiple Imputations to R. 9.3.2 Example: NHANES III Imputations. Exercises. 10 Causal Inference. 10.1 IPTW Estimators. 10.1.1 Randomized Trials and Calibration. 10.1.2 Estimated Weights for IPTW. 10.1.3 Double Robustness. 10.2 Marginal Structural Models. Appendix A: Analytic Details. A.1 Asymptotics. A.1.1 Embedding in an Infinite Sequence. A.1.2 Asymptotic Unbiasedness. A.1.3 Asymptotic Normality and Consistency. A.2 Variances by Linearization. A.2.1 Subpopulation Inference. A.3 Tests in Contingency Tables. A.4 Multiple Imputation. A.5 Calibration and Influence Functions. A.6 Calibration in Randomized Trials and ANCOVA. Appendix B: Basic R. B.1 Reading Data. B.1.1 Plain Text Data. B.2 Data Manipulation. B.2.1 Merging. B.2.2 Factors. B.3 Randomness. B.4 Methods and Objects. B.5 Writing Functions. B.5.1 Repetition. B.5.2 Strings. Appendix C: Computational Details. C.1 Linearization. C.1.1 Generalized Linear Models and Expected Information. C.2 Replicate Weights. C.2.1 Choice of Estimators. C.2.2 Hadamard Matrices. C.3 Scatterplot Smoothers. C.4 Quantiles. C.5 Bug Reports and Feature Requests. Appendix D: Database-Backed Design Objects. D.1 Large Data. D.2 Setting Up Database Interfaces. D.2.1 ODBC. D.2.2 DBI. Appendix E: Extending the Survey Package. E.1 A Case Study: Negative Binomial Regression. E.2 Using a Poisson Model. E.3 Replicate Weights. E.4 Linearization. References. Author Index. Topic Index.


Best Sellers


Product Details
  • ISBN-13: 9780470580066
  • Publisher: John Wiley and Sons Ltd
  • Publisher Imprint: Wiley-Blackwell
  • Language: English
  • Returnable: Y
  • ISBN-10: 0470580062
  • Publisher Date: 19 Mar 2010
  • Binding: Other digital
  • No of Pages: 296
  • Series Title: Wiley Survey Methodology


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Complex Surveys – A Guide to Analysis Using R
John Wiley and Sons Ltd -
Complex Surveys – A Guide to Analysis Using R
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Complex Surveys – A Guide to Analysis Using R

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA