Biometry Midterm II

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

1/38

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:02 AM on 4/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

Simple Linear Regression (Number of predictors)

Modelling the relationship between one independent variable and one dependent variable

One predictor variable

2
New cards

Poisson Distribution

A skewed, count data type that is a GLM.

log(y)

<p>A skewed, count data type that is a GLM.<br><br>log(y)</p>
3
New cards

Multiple Linear Regression (Number of predictors)

Modelling the relationship between one dependent variable and 2+ predictor/independent variables.

Predicts outcomes through a line of best fit

4
New cards

The response variable in linear regression should be…

Continuous, and approximately normal

5
New cards

A random variable (x) is…

Some numerical outcome of a random process

6
New cards

Why is probability fundamental to statistics?

Probability can quantify uncertainty

7
New cards

How to interpret the p-value

The probability of getting our observed data assuming the null hypothesis is correct

8
New cards

Likelihood

Likelihood is the likelihood that observed probabilities happened under variable parameters

(Given chance, parameters that caused it are variable. Used for estimating parameters)

9
New cards

Probability

The chance that, under given parameters, random outcomes will happen

(Given parameters, find chance)

10
New cards

Probability distribution

Some representation of all probabilities of a given random variable

11
New cards

Numerical Discrete

Data that is counted, numerical data without decimals or fractions

12
New cards

Numerical Continuous

Data that is numerical and uses decimal points, fractions

13
New cards

Categorical nominal

Data that is NOT numerical, and has no order (favorite color, car model, etc.)

14
New cards

Categorical Ordinal

Data that is NOT numerical but IS ordered (gold, silver, bronze medals)

15
New cards

Categorical Binary

Data with only 2 possible options (yes/no, treatment/no treatment, etc.)

16
New cards

T-Test test statistic

(T)

17
New cards

ANOVE test statistic

(F)

18
New cards

Chi-Squared test statistic

(X²)

19
New cards

When to apply One-Sample t-test

When we have one group/sample, and we are measuring for some target value

One continuous variable

20
New cards

When to use a Two-Sample T-Test

When we have two different groups/samples, and we want to compare the means of the two.

Continuous outcome variable, and a categorical variable with 2 different groups

21
New cards

When to use Paired T-Test

When we have two means from the same group or matched pairs (pre- and post-treatment), usually a before and after

2 continuous measurements for each person

22
New cards

When to use ANOVA

When we are comparing the means for 3+ groups.

1 continuous variable and 1 categorical variable with 3+ groups

23
New cards

When to use MLR (Multiple Linear Regression)

When you want to predict some continuous outcome based on 2+ predictor variables.

1 Continuous outcome and 2+ predictor variables which can be categorical or continuous (Tomato plants grown with fertilizer, without, in shade, without, etc.)

24
New cards

When to use Generalized linear model

When our outcome is NOT normally distributed (binary data, count data, etc.)

Often with log() or with a Poisson distribution

25
New cards

When to use X² Test

When we want to see if the FREQUENCY of a categorical variable, proportion, matches what we expected.

26
New cards

When to use Non-Parametric Tests?

No assumption of normality/distribution, opting for a weaker, less powerful test if it’s your only option.

27
New cards

Parametric tests and their corresponding non-parametric tests

T-Test = Wilcoxon Test for One Sample
Paired T-Test = Wilcoxon Test
Unpaired/Two Sample T-Test = Mann-Whitney U Test
One Factorial ANOVA/Independent Samples = Kruskal-Wallis Test
Repeated Measures/Dependent Samples ANOVA = Friedman Test

28
New cards

Simple vs Multiple Linear Regression

Simple linear regression predicts a continuous variable by using one independent predictor variable

Multiple linear regression uses 2+ predictor variables to predict a single continuous variable

29
New cards

R² Value

R² represents what proportion of variance in our data can be explained through our model

30
New cards

If a predictor is non-significant, does that mean the model is also non-significant?

No, even if the predictor is non-significant, the overall model may still be significant

31
New cards

How to calculate predicted values from a regression equation

Plug in x to the given equation, typically just some variation of y = mx + b

32
New cards

When to use GLM’s (generalized linear models)

GLM’s are useful for when our data is not normally distributed, is non-linear, and/or has non-constant variance (skewed, count, binary data)

33
New cards

Random component of a GLM

The random component of a GLM is the outcome, the y in the y = mx + b equation. The distribution

34
New cards

Systematic Component of a GLM

The actual equation giving the outcome, the system. The mx + b in y = mx + b

35
New cards

Link Function of a GLM

Some function applied to the random variable that transforms the data into valid domains.

Coefficients put through a link scale must be transformed for interpretation

Binomial = log(y/y-1)
Poisson = log(y)
Gamma = 1/y

36
New cards

Log Link

A log link or log(y) is used to transform Poisson data, or skewed positive data (gamma)

Implies multiplicative effects

Reversed by exponentiating y

37
New cards

Logit Link

Used to transform binary data (yes/no, 0/1, etc.)

log(y/1-y)

Changes log-odds from 0 to 1 to negative infinity to positive infinity.

Remember! The slope of a logit function does not equate to an increased chance per unit of predictor variable, it equates to an increase in the Log-Odds

38
New cards

Interpreting GLM Coefficients

A change in a GLM graph with data that has been linked needs to be reversed before it can be interpreted. A change on the graph means a change on the link scale, not on the actual data.

39
New cards

Individual vs Model significance

Individual Significance (T-Test) - Evaluates if a specific predictor coefficient is significant, not 0

Model Significance (F-Test) - Evaluates the overall model, if the entire dataset is significant