Home > Society and Social Sciences > Sociology and anthropology > Sociology > Social research and statistics > Comparing Groups: Randomization and Bootstrap Methods Using R
9%
Comparing Groups: Randomization and Bootstrap Methods Using R

Comparing Groups: Randomization and Bootstrap Methods Using R

          
5
4
3
2
1

International Edition


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.
Quantity:
Add to Wishlist

About the Book

A hands-on guide to using R to carry out key statistical practices in educational and behavioral sciences research Computing has become an essential part of the day-to-day practice of statistical work, broadening the types of questions that can now be addressed by research scientists applying newly derived data analytic techniques. Comparing Groups: Randomization and Bootstrap Methods Using R emphasizes the direct link between scientific research questions and data analysis. Rather than relying on mathematical calculations, this book focus on conceptual explanations and the use of statistical computing in an effort to guide readers through the integration of design, statistical methodology, and computation to answer specific research questions regarding group differences. Utilizing the widely-used, freely accessible R software, the authors introduce a modern approach to promote methods that provide a more complete understanding of statistical concepts. Following an introduction to R, each chapter is driven by a research question, and empirical data analysis is used to provide answers to that question. These examples are data-driven inquiries that promote interaction between statistical methods and ideas and computer application. Computer code and output are interwoven in the book to illustrate exactly how each analysis is carried out and how output is interpreted. Additional topical coverage includes: Data exploration of one variable and multivariate data Comparing two groups and many groups Permutation tests, randomization tests, and the independent samples t-Test Bootstrap tests and bootstrap intervals Interval estimates and effect sizes Throughout the book, the authors incorporate data from real-world research studies as well aschapter problems that provide a platform to perform data analyses. A related Web site features a complete collection of the book's datasets along with the accompanying codebooks and the R script files and commands, allowing readers to reproduce the presented output and plots. Comparing Groups: Randomization and Bootstrap Methods Using R is an excellent book for upper-undergraduate and graduate level courses on statistical methods, particularlyin the educational and behavioral sciences. The book also serves as a valuable resource for researchers who need a practical guide to modern data analytic and computational methods.

Table of Contents:
List of Figures. List of Tables. Foreword. Preface. Acknowledgments. 1. An Introduction to R. 1.1 Getting Started. 1.2 Arithmetic: R as a Calculator. 1.3 Computations in R: Functions. 1.4 Connecting Computations. 1.5 Data Structures: Vectors. 1.6 Getting Help. 1.7 Alternative Ways to Run R. 1.8 Extension: Matrices and Matrix Operations. 1.9 Further Reading. Problems. 2. Data Representation and Preparation. 2.1 Tabular Data. 2.2 Data Entry. 2.3 Reading Delimited Data into R. 2.4 Data Structure: Data Frames. 2.5 Recording Syntax using Script Files. 2.6 Simple Graphing in R. 2.7 Extension: Logical Expressions and Graphs for Categorical Variables. 2.8 Further Reading. Problems. 3. Data Exploration: One Variable. 3.1 Reading in the Data. 3.2 Non-Parametric Density Estimation. 3.3 Summarizing the Findings. 3.4 Extension: Variability Bands for Kernel Densities. 3.5 Further Reading. Problems. 4. Exploration of Multivariate Data: Comparing Two Groups. 4.1 Graphically Summarizing the Marginal Distribution. 4.2 Graphically Summarizing Conditional Distributions. 4.4 Numerical Summaries of Data: Estimates of the Population Parameters. 4.4 Summarizing the Findings. 4.5 Extension: Robust Estimation. 4.6 Further Reading.  Problems. 5. Exploration of Multivariate Data: Comparing Many Groups. 5.1 Graphing Many Conditional Distributions. 5.2 Numerically Summarizing the Data. 5.3 Summarizing the Findings. 5.4 Examining Distributions Conditional on Multiple Variables. 5.5 Extension: Conditioning on Continuous Variables. 5.6 Further Reading. Problems. 6. Randomization & Permutation Tests. 6.1 Randomized Experimental Research. 6.2 An Introduction to the Randomization Test. 6.3 Randomization Tests with Large Samples: Monte Carlo Simulation. 6.4 Validity of the Inferences and Conclusions Drawn from a Randomization Test. 6.5 Generalization from the Randomization Results. 6.6 Summarizing the Results for Publication. 6.7 Extension: Test of the Variance.  Further Reading. Problems.  7. Bootstrap Tests. 7.1 Educational Achievement of Latino Immigrants. 7.2 Probability Models: An Interlude. 7.3 Theoretical Probability Models in R. 7.4 Parametric Bootstrap Tests. 7.5 The Parametric Bootstrap. 7.6 Implementing the Parametric Bootstrap in R. 7.7 Summarizing the Results of the Parametric Bootstrap Test. 7.8 Nonparametric  Bootstrap Tests. 7.9 Summarizing the Results for the Nonparametric Bootstrap Test. 7.10 Bootstrapping Using a Pivot Statistic. 7.11 Independence Assumption for the Bootstrap Methods. 7.12 Extension: Testing Functions. 7.13 Further Reading. Problems. 8. Philosophical Considerations. 8.1 The Randomization Test vs. the Bootstrap Test. 8.2 Philosophical Frameworks of Classical Inference. 9. Bootstrap Intervals and Effect Sizes. 9.1 Educational Achievement Among Latino Immigrants: Example Revisited. 9.2 Plausible Models to Reproduce the Observed Result. 9.3 Bootstrapping Using an Alternative Model. 9.4 Interpretation of the Interval Estimate. 9.5 Adjusted Bootstrap Intervals. 9.6 Standardized Effect Size: Quantifying the Group Differences in a Common Metric. 9.7 Summarizing the Results. 9.8 Extension: Bootstrapping the Confidence Envelope for a Q-Q Plot. 9.9 Confidence Envelopes. 9.10 Further Reading. Problems. 10. Dependent Samples. 10.1 Matching: Reducing the Likelihood of Non-Equivalent Groups. 10.2 Mathematics Achievement Study Design. 10.3 Randomization/Permutation Test for Dependent Samples. 10.4 Effect Size. 10.5 Summarizing the Results of a Dependent Samples Test for Publication. 10.6 To Match or Not to Match: That is the Question. 10.7 Extension: Block Bootstrap. 10.8 Further Reading. Problems. 11. Planned Contrasts. 11.1 Planned Comparisons. 11.2 Examination of Weight Loss Conditioned on Diet. 11.3 From Research Questions to Hypotheses. 11.4 Statistical Contrasts. 11.5 Computing the Estimated Contrasts Using the Observed Data. 11.6 Testing Contrasts: Randomization Test. 11.7 Strength of Association: A Measure of Effect. 11.8 Contrast Sum of Squares. 11.9 Eta-Squared for Contrasts. 11.10 Bootstrap Interval for Eta-Squared. 11.11 Summarizing the Results of a Planned Contrast Test Analysis. 11.12 Extension: Orthogonal Contrasts. 11.13 Further Reading. Problems. 12. Unplanned Contrasts. 12.1 Unplanned Comparisons. 12.2 Examination of Weight Loss Conditioned on Diet. 12.3 Omnibus Test. 12.4 Group Comparisons After the Omnibus Test. 12.5 Ensemble-Adjusted p-values. 12.6 Strengths and Limitations of the Four Approaches. 12.7 Summarizing the Results of Unplanned Contrast Tests for Publication. 12.8 Extension: Plots of the Unplanned Contrasts. 12.9 Further Reading. Problems. References. 


Best Sellers


Product Details
  • ISBN-13: 9780470621691
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Depth: 19
  • Language: English
  • Returnable: N
  • Spine Width: 25 mm
  • Weight: 590 gr
  • ISBN-10: 0470621699
  • Publisher Date: 01 Jul 2011
  • Binding: Hardback
  • Height: 239 mm
  • No of Pages: 332
  • Series Title: English
  • Sub Title: Randomization and Bootstrap Methods Using R
  • Width: 158 mm


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
Comparing Groups: Randomization and Bootstrap Methods Using R
John Wiley & Sons Inc -
Comparing Groups: Randomization and Bootstrap Methods 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.

Comparing Groups: Randomization and Bootstrap Methods 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