BUS2 194A Resources
Resources for R
This list is not intended to be exhaustive but a sample of the resources available to you through the library.
See below for: BUS2 194A Course Textbook - Statistics for Business & Economics (Anderson, 2020).
-
Statistics for business & economicsCourse Textbook for BUS2 194A
-
Getting Started with R StudioDive into the RStudio Integrated Development Environment (IDE) for using and programming R, the popular open source software for statistical computing and graphics. This concise book provides new and experienced users with an overview of RStudio, as well as hands-on instructions for analyzing data, generating reports, and developing R software packages. The open source RStudio IDE brings many powerful coding tools together into an intuitive, easy-to-learn interface.
-
R Programming for Statistics and Data ScienceR Programming for data science and data analysis. Apply R for statistics and data visualization with GGplot2 in R
-
Statistical Analysis with R for DummiesUnderstanding the world of R programming and analysis has never been easier Most guides to R, whether books or online, focus on R functions and procedures. But now, thanks to Statistical Analysis with R For Dummies , you have access to a trusted, easy-to-follow guide that focuses on the foundational statistical concepts that R addresses—as well as step-by-step guidance that shows you exactly how to implement them using R programming.
-
Understanding Statistics Using RProvides strong fundamental background in statistics and probability through simulation exercises. Perfect resource for advanced undergraduates and professionals. Anyone who has at least taken one course with experience/knowledge in linear regression R software code utilized throughout for assessment and interpretation of data and data mining exercises.
-
Using R for StatisticsUsing R for Statistics will get you the answers to most of the problems you are likely to encounter when using a variety of statistics. This book is a problem-solution primer for using R to set up your data, pose your problems and get answers using a wide array of statistical tests. The book walks you through R basics and how to use R to accomplish a wide variety statistical operations. You'll be able to navigate the R system, enter and import data, manipulate datasets, calculate summary statistics, create statistical plots and customize their appearance, perform hypothesis tests such as the t-tests and analyses of variance, and build regression models.