Statistics and Biological Data Analysis Review

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

1/32

flashcard set

Earn XP

Description and Tags

Comprehensive flashcards covering distribution of means, t-tests, ANOVA, non-parametric methods, correlation, and various regression models based on Chapters 11-13 and 15-17.

Last updated 8:15 PM on 5/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

Distribution of sample means

The distribution result obtained by taking a sample from the population, calculating its sample mean, repeating the process many times, and plotting all the resulting sample means.

2
New cards

Standard error (SE)

The standard deviation of the distribution of sample means, calculated as SE = rac{ ext{σ}}{ ext{√}n}.

3
New cards

Student’s tt distribution

A distribution used when the true population standard deviation is unknown, characterized by fatter tails than the standard normal distribution and defined by n1n - 1 degrees of freedom.

4
New cards

95% Confidence interval for the mean

Calculated using the formula ar{Y} - t_{0.05(2),df} SE_{ar{Y}} < ext{μ} < ar{Y} + t_{0.05(2),df} SE_{ar{Y}}, providing a range consistent with the population mean.

5
New cards

One-sample t-test

A test that compares the mean of a random sample from a normal population with a proposed population mean (extμ0ext{μ}_0) specified in a null hypothesis.

6
New cards

Type II error (extβext{β})

The error that occurs when a researcher fails to reject a false null hypothesis.

7
New cards

Paired design

A study design where every sampled unit receives both treatments, allowing two measurements from the same unit and usually increasing statistical power by controlling for variation among subjects.

8
New cards

Two-sample design

A study design where each treatment group is composed of an independent, random sample of units.

9
New cards

Pooled sample variance (sp2s_p^2)

The average of the variances of two samples weighted by their degrees of freedom, calculated as s_p^2 = rac{df_1 s_1^2 + df_2 s_2^2}{df_1 + df_2}.

10
New cards

Welch's t-test

A version of the two-sample t-test used to compare means when the variances of the two independent groups are not equal.

11
New cards

Nonparametric method

A statistical method that makes fewer assumptions about the distribution of variables than parametric methods and is often based on ranks of data points rather than actual values.

12
New cards

Sign test

A nonparametric test that compares the median of a sample to a constant specified in the null hypothesis, making no assumptions about the distribution of the population.

13
New cards

Mann-Whitney U-test

A nonparametric alternative to the two-sample t-test used to compare the distributions of two independent groups based on ranks.

14
New cards

Permutation test

A computer-based nonparametric method that tests hypotheses by randomly rearranging ("permuting") data thousands of times to generate a null distribution.

15
New cards

ANOVA (Analysis of variance)

A method used to compare the means of multiple groups simultaneously by testing for variation among group means relative to variation within groups.

16
New cards

Mean square error (MSerrorMS_{error})

In ANOVA, this value estimates the variance among subjects that belong to the same group (variation within groups).

17
New cards

FF-ratio

The test statistic for ANOVA, calculated as F = rac{MS_{groups}}{MS_{error}}, which should be approximately 1 if the null hypothesis is true.

18
New cards

R2R^2 (Variation Explained)

Measures the fraction of variation in YY that is explained by group differences, calculated as R^2 = rac{SS_{groups}}{SS_{total}}.

19
New cards

Planned comparison

A comparison between specific means identified during the design of the study before the data are examined.

20
New cards

Tukey-Kramer method

An unplanned comparison procedure that tests all pairs of means while keeping the probability of making at least one Type I error at or below the significance level extαext{α}.

21
New cards

Pearson’s correlation coefficient (rr)

A statistic that measures the strength and direction of the linear association between two numerical variables, ranging from 1-1 to 11.

22
New cards

Bivariate normal distribution

A distribution that is bell-shaped in two dimensions, where both variables are normal, their relationship is linear, and the cloud of points is elliptical or circular.

23
New cards

Spearman’s rank correlation

Measures the strength and direction of the linear association between the ranks of two variables, used for ordinal data or when bivariate normality is violated.

24
New cards

Least-squares regression

A linear regression method that finds the line where the sum of all the squared deviations in the response variable (YY) is smallest.

25
New cards

Regression slope (bb)

The rate of change in YY per unit of XX in a linear regression model, calculated as b = rac{ ext{∑}(X_i - ar{X})(Y_i - ar{Y})}{ ext{∑}(X_i - ar{X})^2}.

26
New cards

Residual

The difference between the measured value of YY and the value of YY predicted by the regression line (YiextY^iY_i - ext{\hat{Y}}_i).

27
New cards

Extrapolation

The prediction of a response variable value outside the range of explanatory variable values (XX) present in the original data.

28
New cards

Regression toward the mean

A result seen when correlated variables have a correlation less than one, leading individuals far from the mean in one measurement to lie closer to the mean in the second measurement.

29
New cards

Logistic regression

A regression method that predicts the probability of occurrence of a binary response variable (coded as 00 or 11) as a function of a continuous numerical explanatory variable.

30
New cards

LD50LD_{50} (Lethal Dose 50)

In a regression curve, the estimated dose of a treatment predicting 50 ext{%} mortality.

31
New cards

Log-binomial regression

A regression model used for binary outcomes that directly estimates risk ratios (RRRR).

32
New cards

Multinomial logistic regression

A model used when the outcome variable is nominal (categorical) with more than two outcome categories, comparing them to a reference group.

33
New cards

Cox regression

A time-to-event regression model used in survival analysis where the measure of association is the Hazard Ratio (HRHR).