Cane Creek

Comparing Groups: Randomization and Bootstrap Methods Using R by Andrew S. Zieff

Description: Comparing Groups by Andrew S. Zieffler, Jeffrey R. Harring, Jeffrey D. Long Emphasizing the direct link between scientific research questions and data analysis, Modern Statistical and Computing Methods for the Behavioral and Educational Sciences Using R introduces current statistical methods, including the use of Monte Carlo simulation, bootstrapping, and randomization tests. FORMAT Hardcover LANGUAGE English CONDITION Brand New Publisher Description 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 dataComparing two groups and many groupsPermutation tests, randomization tests, and the independent samples t-TestBootstrap tests and bootstrap intervalsInterval 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 books 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. Back Cover 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 focuses 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, 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 as chapter problems that provide a platform to perform data analyses. A related website features a complete collection of the books datasets along with the accompanying codebooks, 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, particularly in 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. Flap 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 focuses 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, 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 as chapter problems that provide a platform to perform data analyses. A related website features a complete collection of the books datasets along with the accompanying codebooks, 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, particularly in 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. Author Biography Andrew S. Zieffler, PhD, is Lecturer in the Department of Educational Psychology at the University of Minnesota. Dr. Zieffler has published numerous articles in his areas of research interest, which include the measurement and assessment in statistics education research and statistical computing. Jeffrey R. Harring, PhD, is Assistant Professor in the Department of Measurement, Statistics, and Evaluation at the University of Maryland. Dr. Harring currently focuses his research on statistical models for repeated measures data and nonlinear structural equation models. Jeffrey D. Long, PhD, is Professor of Psychiatry in the Carver College of Medicine at The University of Iowa and Head Statistician for Neurobiological Predictors of Huntingtons Disease (PREDICT-HD), a longitudinal NIH-funded study of early detection of Huntingtons disease. His interests include the analysis of longitudinal and time-to-event data and ordinal data. 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. Review "The book can be used from upper-undergraduate and graduate level courses on statistical methods, particularly in 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." (Zentralblatt Math, 1 August 2013) "The three authors of this book have a deep understanding of research methods and statistics and provide great value in this book for students of this subject and readers interested in it." (Biz India, 8 May 2012) Long Description 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 focuses 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, 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 as chapter problems that provide a platform to perform data analyses. A related website features a complete collection of the books datasets along with the accompanying codebooks, 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, particularly in 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. Review Text ?The book can be used from upper-undergraduate and graduate level courses on statistical methods, particularly in 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.? (Zentralblatt Math, 1 August 2013) ?The three authors of this book have a deep understanding of research methods and statistics and provide great value in this book for students of this subject and readers interested in it.? (Biz India, 8 May 2012)  Review Quote "The book can be used from upper-undergraduate and graduate level courses on statistical methods, particularly in 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." ( Zentralblatt Math , 1 August 2013) "The three authors of this book have a deep understanding of research methods and statistics and provide great value in this book for students of this subject and readers interested in it." ( Biz India , 8 May 2012) Details ISBN0470621699 Short Title COMPARING GROUPS Language English ISBN-10 0470621699 ISBN-13 9780470621691 Media Book Format Hardcover Year 2011 DEWEY 519.54 Subtitle Randomization and Bootstrap Methods Using R Author Jeffrey D. Long Birth 1964 Affiliation Univ. of Minnesota Edition 1st Country of Publication United States Publication Date 2011-07-01 UK Release Date 2011-07-01 AU Release Date 2011-05-25 NZ Release Date 2011-05-25 Pages 332 Publisher John Wiley & Sons Inc Imprint John Wiley & Sons Inc Place of Publication New York Illustrations Graphs: 50 B&W, 0 Color Audience Postgraduate, Research & Scholarly US Release Date 2011-07-01 We've got this At The Nile, if you're looking for it, we've got it. With fast shipping, low prices, friendly service and well over a million items - you're bound to find what you want, at a price you'll love! TheNile_Item_ID:36701135;

Price: 203.87 AUD

Location: Melbourne

End Time: 2024-11-28T03:50:08.000Z

Shipping Cost: 0 AUD

Product Images

Comparing Groups: Randomization and Bootstrap Methods Using R by Andrew S. Zieff

Item Specifics

Restocking fee: No

Return shipping will be paid by: Buyer

Returns Accepted: Returns Accepted

Item must be returned within: 30 Days

ISBN-13: 9780470621691

Book Title: Comparing Groups

Number of Pages: 332 Pages

Language: English

Publication Name: Comparing Groups: Randomization and Bootstrap Methods Using R

Publisher: John Wiley & Sons Inc

Publication Year: 2011

Subject: Mathematics

Item Height: 238 mm

Item Weight: 676 g

Type: Textbook

Author: Jeffrey R. Harring, Jeffrey D. Long, Andrew S. Zieffler

Subject Area: Social Research

Item Width: 168 mm

Format: Hardcover

Recommended

Comparing Postcolonial Diasporas
Comparing Postcolonial Diasporas

$21.93

View Details
America's Electoral College: Choosing the President : Comparing a
America's Electoral College: Choosing the President : Comparing a

$9.89

View Details
On the Job: Vet: Comparing Groups (Mathematics Readers: on the Job)  paperback
On the Job: Vet: Comparing Groups (Mathematics Readers: on the Job) paperback

$5.89

View Details
Presidency and Domestic Policy: Comparing Leadership Styles, FDR to Obama by Ge
Presidency and Domestic Policy: Comparing Leadership Styles, FDR to Obama by Ge

$39.03

View Details
Comparing Groups : Randomization and Bootstrap Methods Using R, Hardcover by ...
Comparing Groups : Randomization and Bootstrap Methods Using R, Hardcover by ...

$93.45

View Details
Data Distributions : Describing Variability and Comparing Groups
Data Distributions : Describing Variability and Comparing Groups

$8.46

View Details
Comparing Numbers (Pebble Math) - Paperback By Penn, M W - GOOD
Comparing Numbers (Pebble Math) - Paperback By Penn, M W - GOOD

$24.40

View Details
Art and Culture: Dancing Around the World: Comparing Groups by Linda Claire (Eng
Art and Culture: Dancing Around the World: Comparing Groups by Linda Claire (Eng

$14.66

View Details
Vet : Comparing Groups, Paperback by Claire, Linda, Brand New, Free shipping ...
Vet : Comparing Groups, Paperback by Claire, Linda, Brand New, Free shipping ...

$12.89

View Details
Comparing Numbers! (Pebble Math), Penn, M. W.
Comparing Numbers! (Pebble Math), Penn, M. W.

$7.69

View Details