MSDB 720 Lecture 1: Introduction to Statistical Modeling

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

A collection of vocabulary terms exploring the fundamentals of statistical modeling, specifically comparing the tasks of hypothesis testing, estimation, prediction, and classification as discussed in the MSBD 720 lecture by Aize Cao.

Last updated 9:51 PM on 7/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Data Analysis (Initial Steps)

The process of exploring data characteristics, screening for errors, and identifying distribution patterns to determine if transformations or non-parametric techniques are required.

2
New cards

Hypothesis Testing

A statistical task involving formal tests and model comparisons (e.g. AIC) using methods such as 2-sample t-tests, ANOVA, multiple linear regression, or the log-rank test.

3
New cards

Estimation

A model-based statistical task focused on providing point and interval estimates for a predictor's effect or outcome probability, usually emphasizing adjusted (partial) effects.

4
New cards

Prediction

The estimation of an outcome or outcome tendency for a subject, made without specific knowledge of cost or utility functions.

5
New cards

Classification

A decision or forced choice typically used for binary response variables that requires knowledge of the utility function or the cost of making an incorrect decision.

6
New cards

Linear Regression

A multivariate model for continuous outcomes where coefficients represent slopes, expressed as \text{blood pressure (mmHg)} = \text{̑} + \beta_{salt} \times \text{salt consumption} + \beta_{age} \times age + \beta_{smoker} \times \text{ever smoker}.

7
New cards

Logistic Regression

A multivariate model for binary outcomes where coefficients represent odds ratios, expressed as \ln(\text{odds of high blood pressure}) = \text{̑} + \beta_{salt} \times \text{salt consumption} + \beta_{age} \times age + \beta_{smoker} \times \text{ever smoker}.

8
New cards

Cox Regression

A multivariate model for time-to-event outcomes where coefficients represent hazard ratios, expressed as ln(textrateofdeath)=α+βsalt×salt consumption+βage×age+βsmoker×ever smoker\\ln(\\text{rate of death}) = \alpha + \beta_{salt} \times \text{salt consumption} + \beta_{age} \times age + \beta_{smoker} \times \text{ever smoker}.

9
New cards

Hazard Ratio

A value that indicates how much the rate of the outcome increases for every 1-unit increase in each predictor.

10
New cards

Odds Ratio

A value that indicates how much the odds of the outcome increase for every 1-unit increase in each predictor.

11
New cards

Slopes

In linear regression, these values indicate how much the outcome variable increases for every 1-unit increase in each predictor.

12
New cards

AIC

A formal model comparison tool used across statistical tasks like hypothesis testing, estimation, and prediction.

13
New cards

Utility Function

A function based on subjects' preferences and decision costs that is required to move from a prediction to a classification-based decision.

14
New cards

Overfitting

A potential modeling failure where the model is overly adapted to the specific sample data, losing generalizability.

15
New cards

Covariable Adjustment

The process of adjusting for other risk factors to obtain the correct estimate of relative effects, particularly important in non-randomized studies or nonlinear models.