R Language for Data Analysis
Link to
R and Data Analysis class files
In a world that’s full of data, we have many
questions. Luckily, all this data can also help us answer
those questions. This course walked through the basics of
statistical thinking and taught the correct statistical tool
to help answer our questions of interest. The goal was to
assist us in learning how to interpret data findings and
develop meaningful conclusions.
Topics:
- Introduction to Data
- Why study statistics?
- Variables and data
- Getting to know R and RStudio
- Univariate Descriptive Statistics
- Graphs and distribution shapes
- Measures of center and spread
- The Normal distribution, Z-scores
- Bivariate Distributions
- The scatterplot
- Correlation
- Bivariate Distributions(Categorical Data)
- Contingency tables
- Conditional probability
- Examining independence
- Linear Functions
- What is a function?
- Least squares
- The Linear function – regression
- Exponential and Logistic Function Models
- Exponential data
- Logs
- The Logistic function model
- Picking a good model
- Sampling
- The sampling distribution
- Central limit theorem
- Confidence intervals
- Hypothesis Testing (One Group Means)
- What makes a hypothesis test
- Errors in testing
- Alpha and critical values
- Single sample test
- Hypothesis Testing (Two Group Means)
- Independent t-test
- Dependent t-test
- Hypothesis Testing (Categorical Data)
- The chi-square test
- Goodness-of-Fit
- Test-of-Independence
- Hypothesis Testing (More Than Two Group Means)