Untitled Flashcards Set

Sure! Here's your content organized into a clear, study guide list:

---

### ๐Ÿ“Š Analyzing Relationships Between Variables

#### ๐Ÿ”น Linear Relationships (Continuous Variables)

- What test would I use to test the linear relationship between two continuous variables?

โ†’ Pearson R Correlation Test

- What equation provides the line that best fits the data?

โ†’ Regression Analysis

โ†’ Must know the Regression Line Equation:

\( Y = \beta_0 + \beta_1X + \varepsilon \)

#### ๐Ÿ”น Joint Variation

- Occurs when a variable varies directly or inversely with multiple variables.

#### ๐Ÿ”น Partial Correlation

- Understand what partial correlations are and when to use them.

---

### ๐Ÿงน Data Handling

- Listwise Deletion: Deletes entire row if any value is missing.

- Pairwise Deletion: Only excludes cases with missing values for the specific variables being analyzed.

---

### ๐Ÿ“ Standardization and Covariance

- Know the importance of standardization:

โ†’ Useful for interpreting effect sizes and comparing across variables.

โ†’ Covariance alone doesnโ€™t give meaningful scale.

---

### ๐Ÿ“Š Categorical Variables & Hypothesis Testing

- Test hypotheses with categorical variables:

โ†’ Use Non-Parametric Tests (e.g., Chi-square)

- Matching tests to analysis types:

- Pearson R Correlation โ†’ Continuous variables

- Logistic Regression โ†’ Binary outcome

- Chi-Square Test โ†’ Categorical data

- Multiple Linear Regression โ†’ Multiple predictors, continuous outcome

---

### ๐Ÿ“ˆ Regression & Interpretation

- Standardized Beta Coefficients:

โ†’ Interpret as change in standard deviation units of Y for each SD unit increase in X.

- Intercept (ฮฒโ‚€):

โ†’ Value of Y when all predictors = 0.

- Dummy Coding:

โ†’ Used to code categorical variables in regression.

โ†’ For K groups, use K - 1 dummy variables.

- When to use Binary Outcome:

โ†’ If the dependent variable has only 2 categories (e.g., Yes/No), use Logistic Regression.

- Odds Ratio Interpretation Example:

โ†’ Odds Ratio = 0.4 โ†’ 55% less likely (1 - 0.4 = 0.6 โ†’ 60%, approximate to 55% depending on context).

---

### ๐Ÿงฎ Statistical Concepts to Know

- Power of a Test:

โ†’ Probability of correctly rejecting the null.

โ†’ Influenced by sample size, effect size, alpha level.

- Sum of Square Differences (SS):

โ†’ Measure of total variability in the data.

- Model Sum of Squares:

โ†’ Variability explained by the model.

- Rยฒ (R-squared):

โ†’ Proportion of variance in Y explained by the predictors.

- Standard Deviation:

โ†’ Measures spread or dispersion of a dataset.

- Know what Y and Beta-0 are:

โ†’ \( Y \): Outcome variable

โ†’ \( \beta_0 \): Intercept (baseline value of Y when X=0)

---

Let me know if you want this in a printable format or flashcard style!