Statistical Computing Using R
2021-01-10
Chapter 1 Preface
1.1 What you will learn
This book introduces modern statistical computing for students with some experience with computer programming. It covers both programming concepts and statistical computing concepts. Programming concepts will include data manipulations, data structures, flow control, functions and variable scope, regular expressions, and matrix manipulations. You’ll learn how to get your data into R, get it into the most useful structure, transform it, visualize it and model it. You’ll learn how to use the grammar of graphics, literate programming, and reproducible research to save time. You’ll also learn how to manage cognitive resources to facilitate discoveries when wrangling, visualizing and exploring data. Statistical computing topics will focus on the tools that are useful for tackling modern data analysis problems and using statistical methods to extract meaning from data.
1.2 Acknowledgements
I am very appreciative of all the contributors to this immense open source project of R and R-Studio. I couldn’t have made this book without your contributions and the packages that you have developed. A special thanks go to Dr. Guannan Wang and Miss Zhiling Gu for their help with the book. I would also like to thank Yihui Xie (Xie 2020) for his R Markdown package, which simplifies the writing of this book by having all content written in R Markdown.
References
Xie, Yihui. 2020. Bookdown: Authoring Books and Technical Documents with R Markdown. https://CRAN.R-project.org/package=bookdown.