biostats unit 2

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

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:36 AM on 3/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

sampling distribution

Distribution of a statistic from many samples.

2
New cards

Standard error (SE)

Typical distance between a sample statistic and the true population value.

3
New cards

Confidence interval (CI)

Range likely to contain the true population value.

4
New cards

Confidence level

Probability the CI includes the true value (e.g., 95%).

5
New cards

Critical value

Cutoff point for deciding extreme results.

The boundary on your sampling distribution that tells you what counts as “unusual” or “extreme” if the null hypothesis is true.

6
New cards

SE for sample mean

SE = standard deviation/square root of the sample size

estimates how much the sample mean varies from the population mean

7
New cards

SE for proportions

SE = square root sample proportion (1-sample proportion)/sample size

estimates how much the sample proportion varies from the true population proportion

8
New cards

Significance level (α)

Threshold for rejecting H₀; chance of Type I error.

9
New cards

Type 1 error

rejecting a true null hypothesis

10
New cards

Margin of error (ME)

How far a sample statistic might be from the true value.

11
New cards

equation for ME

ME = critical value * SE

12
New cards

Type II error

Not rejecting a false null

13
New cards

Null hypothesis (H₀)

“No effect” or “no difference” claim.

14
New cards

p-value

Probability of seeing data like ours if H₀ is true.

15
New cards

4 step hypothesis testing

1 state null and alternative hypothesis

2 choose method

3 compute test statistic and p value

4 conclusion

16
New cards

1 group proportion (categorical)

make a randomization distribution to find p-value

17
New cards

1 group mean (numerical)

model-based (t-test)

18
New cards

2 group proportions (categorical)

randomization distribution

19
New cards

2 group means (numerical)

randomization distribution

20
New cards

1 tailed test

tests one direction only

21
New cards

2 tailed test

tests both directions

22
New cards

when is t distribution used

used for small samples

23
New cards

z score

how many sd a value is from the mean

24
New cards

z score equation

value-mean/standard deviation

25
New cards

Central limit theorem

If you take many samples from a population and compute their means, the distribution of those sample means will be approximately normal, as long as the sample size is large enough.

26
New cards

pnorm() and pt() does what

it is the probability up to a z or t value

27
New cards

qnorm() and qt()

z or t value for a given probability

28
New cards

simulation-based inference

use repeated sampling to find patterns

29
New cards

randomization distribution

Distribution under H₀, made by shuffling data.

30
New cards

Model-based inference

Use formulas (normal/t) to find patterns.

31
New cards

Bootstrap distribution

Distribution made by resampling with replacement.

32
New cards

Resampling within groups

Resample separately for each group.