Discovering Statistics Using R
Home > Computing and Information Technology > Business applications > Mathematical and statistical software > Discovering Statistics Using R
Discovering Statistics Using R

Discovering Statistics Using R

|
     0     
5
4
3
2
1




International Edition


About the Book

Keeping the uniquely humorous and self-deprecating style that has made students across the world fall in love with Andy Field′s books, Discovering Statistics Using R takes students on a journey of statistical discovery using R, a free, flexible and dynamically changing software tool for data analysis that is becoming increasingly popular across the social and behavioural sciences throughout the world. The journey begins by explaining basic statistical and research concepts before a guided tour of the R software environment. Next you discover the importance of exploring and graphing data, before moving onto statistical tests that are the foundations of the rest of the book (for example correlation and regression). You will then stride confidently into intermediate level analyses such as ANOVA, before ending your journey with advanced techniques such as MANOVA and multilevel models. Although there is enough theory to help you gain the necessary conceptual understanding of what you′re doing, the emphasis is on applying what you learn to playful and real-world examples that should make the experience more fun than you might expect. Like its sister textbooks, Discovering Statistics Using R is written in an irreverent style and follows the same ground-breaking structure and pedagogical approach. The core material is augmented by a cast of characters to help the reader on their way, together with hundreds of examples, self-assessment tests to consolidate knowledge, and additional website material for those wanting to learn more. Given this book′s accessibility, fun spirit, and use of bizarre real-world research it should be essential for anyone wanting to learn about statistics using the freely-available R software.

Table of Contents:
Why Is My Evil Lecturer Forcing Me to Learn Statistics? What will this chapter tell me? What the hell am I doing here? I don′t belong here Initial observation: finding something that needs explaining Generating theories and testing them Data collection 1: what to measure Data collection 2: how to measure Analysing data What have I discovered about statistics? Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Everything You Ever Wanted to Know About Statistics (Well, Sort of) What will this chapter tell me? Building statistical models Populations and samples Simple statistical models Going beyond the data Using statistical models to test research questions What have I discovered about statistics? Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research The R Environment What will this chapter tell me? Before you start Getting started Using R Getting data into R Entering data with R Commander Using other software to enter and edit data Saving Data Manipulating Data What have I discovered about statistics? R Packages Used in This Chapter R Functions Used in This Chapter Key terms that I′ve discovered Smart Alex′s Tasks Further reading Exploring Data with Graphs What will this chapter tell me? The art of presenting data Packages used in this chapter Introducing ggplot2 Graphing relationships: the scatterplot Histograms: a good way to spot obvious problems Boxplots (box-whisker diagrams) Density plots Graphing means Themes and options What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Exploring Assumptions What will this chapter tell me? What are assumptions? Assumptions of parametric data Packages used in this chapter The assumption of normality Testing whether a distribution is normal Testing for homogeneity of variance Correcting problems in the data What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Correlation What will this chapter tell me? Looking at relationships How do we measure relationships? Data entry for correlation analysis Bivariate correlation Partial correlation Comparing correlations Calculating the effect size How to report correlation coefficents What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Regression What will this chapter tell me? An Introduction to regression Packages used in this chapter General procedure for regression in R Interpreting a simple regression Multiple regression: the basics How accurate is my regression model? How to do multiple regression using R Commander and R Testing the accuracy of your regression model Robust regression: bootstrapping How to report multiple regression Categorical predictors and multiple regression What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Logistic Regression What will this chapter tell me? Background to logistic regression What are the principles behind logistic regression? Assumptions and things that can go wrong Packages used in this chapter Binary logistic regression: an example that will make you feel eel How to report logistic regression Testing assumptions: another example Predicting several categories: multinomial logistic regression What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Comparing Two Means What will this chapter tell me? Packages used in this chapter Looking at differences The t-test The independent t-test The dependent t-test Between groups or repeated measures? What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Comparing Several Means: ANOVA (GLM 1) What will this chapter tell me? The theory behind ANOVA Assumptions of ANOVA Planned contrasts Post hoc procedures One-way ANOVA using R Calculating the effect size Reporting results from one-way independent ANOVA What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Analysis of Covariance, ANCOVA (GLM 2) What will this chapter tell me? What is ANCOVA? Assumptions and issues in ANCOVA ANCOVA using R Robust ANCOVA Calculating the effect size Reporting results What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Factorial ANOVA (GLM 3) What will this chapter tell me? Theory of factorial ANOVA (independant design) Factorial ANOVA as regression Two-Way ANOVA: Behind the scenes Factorial ANOVA using R Interpreting interaction graphs Robust factorial ANOVA Calculating effect sizes Reporting the results of two-way ANOVA What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Repeated-Measures Designs (GLM 4) What will this chapter tell me? Introduction to repeated-measures designs Theory of one-way repeated-measures ANOVA One-way repeated measures designs using R Effect sizes for repeated measures designs Reporting one-way repeated measures designs Factorisal repeated measures designs Effect Sizes for factorial repeated measures designs Reporting the results from factorial repeated measures designs What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Mixed Designs (GLM 5) What will this chapter tell me? Mixed designs What do men and women look for in a partner? Entering and exploring your data Mixed ANOVA Mixed designs as a GLM Calculating effect sizes Reporting the results of mixed ANOVA Robust analysis for mixed designs What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Non-Parametric Tests What will this chapter tell me? When to use non-parametric tests Packages used in this chapter Comparing two independent conditions: the Wilcoxon rank-sum test Comparing two related conditions: the Wilcoxon signed-rank test Differences between several independent groups: the Kruskal-Wallis test Differences between several related groups: Friedman′s ANOVA What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Multivariate Analysis of Variance (MANOVA) What will this chapter tell me? When to use MANOVA Introduction: similarities and differences to ANOVA Theory of MANOVA Practical issues when conducting MANOVA MANOVA using R Robust MANOVA Reporting results from MANOVA Following up MANOVA with discriminant analysis Reporting results from discriminant analysis Some final remarks What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Exploratory Factor Analysis What will this chapter tell me? When to use factor analysis Factors Research example Running the analysis with R Commander Running the analysis with R Factor scores How to report factor analysis Reliability analysis Reporting reliability analysis What have I discovered about statistics? R Packages Used in This Chapter R Functions Used in This Chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Categorical Data What will this chapter tell me? Packages used in this chapter Analysing categorical data Theory of Analysing Categorical Data Assumptions of the chi-square test Doing the chi-square test using R Several categorical variables: loglinear analysis Assumptions in loglinear analysis Loglinear analysis using R Following up loglinear analysis Effect sizes in loglinear analysis Reporting the results of loglinear analysis What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Multilevel Linear Models What will this chapter tell me? Hierarchical data Theory of multilevel linear models The multilevel model Some practical issues Multilevel modelling on R Growth models How to report a multilevel model What have I discovered about statistics? R packages used in this chapter R functions used in this chapter Key terms that I′ve discovered Smart Alex′s tasks Further reading Interesting real research Epilogue: Life After Discovering Statistics Troubleshooting R Glossary Appendix Table of the standard normal distribution Critical Values of the t-Distribution Critical Values of the F-Distribution Critical Values of the chi-square Distribution References


Best Sellers


Product Details
  • ISBN-13: 9781446200469
  • Publisher: SAGE Publications Ltd
  • Publisher Imprint: Sage Publications Ltd
  • Height: 265 mm
  • No of Pages: 992
  • Weight: 2300 gr
  • ISBN-10: 1446200469
  • Publisher Date: 22 Mar 2012
  • Binding: Paperback
  • Language: English
  • Returnable: Y
  • Width: 195 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Discovering Statistics Using R
SAGE Publications Ltd -
Discovering Statistics 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.

Discovering Statistics 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!