Versandkostenfrei innerhalb Deutschlands
40,99 €
inkl. MwSt.
Versandkostenfrei*
Liefertermin unbestimmt
Melden Sie sich
hier
hier
für den Produktalarm an, um über die Verfügbarkeit des Produkts informiert zu werden.
20 °P sammeln
- Broschiertes Buch
Assuming no prior knowledge of programming, this friendly, straightforward guide helps new R users hit the ground running. Eric L. Einspruch provides an overview of this powerful free software and shows how to download and install R, RStudio, and R packages. The book features sample code, screenshots, learning exercises, and worked-through examples of statistical techniques. Fundamental aspects of data wrangling, analysis, visualization, and reporting are introduced, using both Base R and Tidyverse approaches. Einspruch emphasizes processes that support research reproducibility, such as use of…mehr
Andere Kunden interessierten sich auch für
- Steven R. TerrellStatistics Translated59,99 €
- Todd D. Little (United States Texas Tech University)Longitudinal Structural Equation Modeling104,99 €
- David Kaplan (United States University of Wisconsinâ Madison)Bayesian Statistics for the Social Sciences84,99 €
- Craig K. Enders (United States Arizona State University)Applied Missing Data Analysis99,99 €
- Lokesh JasraiAn Introduction to Data Analysis Using IBM SPSS53,99 €
- Geoff CummingIntroduction to the New Statistics97,99 €
- Geoff CummingIntroduction to the New Statistics96,99 €
-
-
-
Assuming no prior knowledge of programming, this friendly, straightforward guide helps new R users hit the ground running. Eric L. Einspruch provides an overview of this powerful free software and shows how to download and install R, RStudio, and R packages. The book features sample code, screenshots, learning exercises, and worked-through examples of statistical techniques. Fundamental aspects of data wrangling, analysis, visualization, and reporting are introduced, using both Base R and Tidyverse approaches. Einspruch emphasizes processes that support research reproducibility, such as use of comments to document R code and use of R Markdown capabilities.
Produktdetails
- Produktdetails
- Verlag: Guilford Publications
- Seitenzahl: 196
- Erscheinungstermin: 13. Juli 2022
- Englisch
- Abmessung: 234mm x 185mm x 15mm
- Gewicht: 360g
- ISBN-13: 9781462549887
- ISBN-10: 1462549888
- Artikelnr.: 63699897
- Herstellerkennzeichnung
- Libri GmbH
- Europaallee 1
- 36244 Bad Hersfeld
- gpsr@libri.de
- Verlag: Guilford Publications
- Seitenzahl: 196
- Erscheinungstermin: 13. Juli 2022
- Englisch
- Abmessung: 234mm x 185mm x 15mm
- Gewicht: 360g
- ISBN-13: 9781462549887
- ISBN-10: 1462549888
- Artikelnr.: 63699897
- Herstellerkennzeichnung
- Libri GmbH
- Europaallee 1
- 36244 Bad Hersfeld
- gpsr@libri.de
Eric L. Einspruch, PhD, is an independent researcher and program evaluator based in Oregon. Since the 1980s, Dr. Einspruch has led, managed, and conducted a wide variety of studies to inform policy development and program improvement. As an adjunct professor at Portland State University and elsewhere, he has taught graduate, undergraduate, and certificate courses in the areas of program evaluation, research methods, data analysis, and emergency preparedness. Dr. Einspruch's work has appeared in peer-reviewed journal articles, books, and book chapters. He is the recipient of Portland State University's inaugural Adjunct Excellence Award for Research, and, with his coauthors, received the Helen Tobin Writers' Award for an article published in the Journal for Nurses in Staff Development. Dr. Einspruch was among the organizers of the Oregon Program Evaluators Network, a local affiliate of the American Evaluation Association, and served as its charter secretary during its first 2 years and as its fifth president. He is an avid learner of new ideas, information, and skills who enjoys helping others advance their own learning. His website is www.eleconsulting.com.
1. Introduction
- Purpose of This Book
- What You Will be Able to Do after Reading This Book
- Whom This Book Is For
- Approach
2. Getting Started
- Download and Install R
- Download and Install RStudio
- RStudio Fundamentals
- Download, Install, and Load R Packages
- Read Data into R
- Write Data Files
- Entering Data via Inline Code
- Cleaning Variable Names
- Clearing the Console
- Clearing the Environment
- Some Thoughts on Debugging R Code
3. Data Wrangling
- Example Data
- The Pipe
- Select Variables
- Select Cases
- Missing Data (Part I)
- Recode Variables
- Arithmetic and Logical Operators
- Missing Data (Part II)
- Identify and Change Variable Types
- Change Factor Value Labels
- Join Data Frames
- Aggregate (Summarize) Data
- Wide and Long Data Formats
4. Descriptive Statistics, t-Tests, One-Way ANOVA, and Chi-Square Test
- Descriptive Statistics
- t-Tests
- One-Way ANOVA
- Crosstabulation
5. Factorial ANOVA, Repeated-Measures ANOVA, Correlation, and Regression
- Factorial ANOVA
- Repeated-Measures ANOVA
- Correlation
- Regression
6. Data Visualization
- Layered Grammar of Graphics
- Bar Chart
- Boxplot
- Line Graph
- Scatterplot
- Regression Diagnostics
- Saving a Chart
7. R Markdown
- Markdown Template
- Working in Markdown
8. Functions
9. Next Steps
- Finding Help
- Learn More about R and R Programming
- Community
- Learn More about Statistics
- Updating R, R Packages, and RStudio
10. Conclusion
Appendix A. R Data Structures
Appendix B. Suggested Answers to Exercises
References
Index
- Purpose of This Book
- What You Will be Able to Do after Reading This Book
- Whom This Book Is For
- Approach
2. Getting Started
- Download and Install R
- Download and Install RStudio
- RStudio Fundamentals
- Download, Install, and Load R Packages
- Read Data into R
- Write Data Files
- Entering Data via Inline Code
- Cleaning Variable Names
- Clearing the Console
- Clearing the Environment
- Some Thoughts on Debugging R Code
3. Data Wrangling
- Example Data
- The Pipe
- Select Variables
- Select Cases
- Missing Data (Part I)
- Recode Variables
- Arithmetic and Logical Operators
- Missing Data (Part II)
- Identify and Change Variable Types
- Change Factor Value Labels
- Join Data Frames
- Aggregate (Summarize) Data
- Wide and Long Data Formats
4. Descriptive Statistics, t-Tests, One-Way ANOVA, and Chi-Square Test
- Descriptive Statistics
- t-Tests
- One-Way ANOVA
- Crosstabulation
5. Factorial ANOVA, Repeated-Measures ANOVA, Correlation, and Regression
- Factorial ANOVA
- Repeated-Measures ANOVA
- Correlation
- Regression
6. Data Visualization
- Layered Grammar of Graphics
- Bar Chart
- Boxplot
- Line Graph
- Scatterplot
- Regression Diagnostics
- Saving a Chart
7. R Markdown
- Markdown Template
- Working in Markdown
8. Functions
9. Next Steps
- Finding Help
- Learn More about R and R Programming
- Community
- Learn More about Statistics
- Updating R, R Packages, and RStudio
10. Conclusion
Appendix A. R Data Structures
Appendix B. Suggested Answers to Exercises
References
Index
1. Introduction
- Purpose of This Book
- What You Will be Able to Do after Reading This Book
- Whom This Book Is For
- Approach
2. Getting Started
- Download and Install R
- Download and Install RStudio
- RStudio Fundamentals
- Download, Install, and Load R Packages
- Read Data into R
- Write Data Files
- Entering Data via Inline Code
- Cleaning Variable Names
- Clearing the Console
- Clearing the Environment
- Some Thoughts on Debugging R Code
3. Data Wrangling
- Example Data
- The Pipe
- Select Variables
- Select Cases
- Missing Data (Part I)
- Recode Variables
- Arithmetic and Logical Operators
- Missing Data (Part II)
- Identify and Change Variable Types
- Change Factor Value Labels
- Join Data Frames
- Aggregate (Summarize) Data
- Wide and Long Data Formats
4. Descriptive Statistics, t-Tests, One-Way ANOVA, and Chi-Square Test
- Descriptive Statistics
- t-Tests
- One-Way ANOVA
- Crosstabulation
5. Factorial ANOVA, Repeated-Measures ANOVA, Correlation, and Regression
- Factorial ANOVA
- Repeated-Measures ANOVA
- Correlation
- Regression
6. Data Visualization
- Layered Grammar of Graphics
- Bar Chart
- Boxplot
- Line Graph
- Scatterplot
- Regression Diagnostics
- Saving a Chart
7. R Markdown
- Markdown Template
- Working in Markdown
8. Functions
9. Next Steps
- Finding Help
- Learn More about R and R Programming
- Community
- Learn More about Statistics
- Updating R, R Packages, and RStudio
10. Conclusion
Appendix A. R Data Structures
Appendix B. Suggested Answers to Exercises
References
Index
- Purpose of This Book
- What You Will be Able to Do after Reading This Book
- Whom This Book Is For
- Approach
2. Getting Started
- Download and Install R
- Download and Install RStudio
- RStudio Fundamentals
- Download, Install, and Load R Packages
- Read Data into R
- Write Data Files
- Entering Data via Inline Code
- Cleaning Variable Names
- Clearing the Console
- Clearing the Environment
- Some Thoughts on Debugging R Code
3. Data Wrangling
- Example Data
- The Pipe
- Select Variables
- Select Cases
- Missing Data (Part I)
- Recode Variables
- Arithmetic and Logical Operators
- Missing Data (Part II)
- Identify and Change Variable Types
- Change Factor Value Labels
- Join Data Frames
- Aggregate (Summarize) Data
- Wide and Long Data Formats
4. Descriptive Statistics, t-Tests, One-Way ANOVA, and Chi-Square Test
- Descriptive Statistics
- t-Tests
- One-Way ANOVA
- Crosstabulation
5. Factorial ANOVA, Repeated-Measures ANOVA, Correlation, and Regression
- Factorial ANOVA
- Repeated-Measures ANOVA
- Correlation
- Regression
6. Data Visualization
- Layered Grammar of Graphics
- Bar Chart
- Boxplot
- Line Graph
- Scatterplot
- Regression Diagnostics
- Saving a Chart
7. R Markdown
- Markdown Template
- Working in Markdown
8. Functions
9. Next Steps
- Finding Help
- Learn More about R and R Programming
- Community
- Learn More about Statistics
- Updating R, R Packages, and RStudio
10. Conclusion
Appendix A. R Data Structures
Appendix B. Suggested Answers to Exercises
References
Index