BIOL 005B Lab Manual (copy)

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

1/78

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:32 PM on 4/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

79 Terms

1
New cards

Why do biologists use statistics?

To determine whether observed differences or relationships in data are real or due to random chance.

2
New cards

What causes two group means to rarely be identical?

Natural biological variation causes measurements to differ, even when groups are similar.

3
New cards

What does statistics help determine in biological studies?

Whether patterns in data are caused by chance or reflect a real biological difference.

4
New cards

What is continuous data?

Numerical data that can take any value within a range.

5
New cards

Give examples of continuous data.

Height, weight, temperature, beak length, blood pressure.

6
New cards

What is categorical data?

Data divided into distinct groups or categories.

7
New cards

Give examples of categorical data.

Male/female, smoker/non-smoker, species type, fur color.

8
New cards

Why is knowing data type important?

It helps determine which statistical test is appropriate.

9
New cards

What is variability?

The spread of data values in a dataset.

10
New cards

What does low variability mean?

Most observations are close to the mean.

11
New cards

What does high variability mean?

Observations are spread out over a wider range.

12
New cards

What are two common measures of variability?

Standard deviation and variance.

13
New cards

What is variance?

A measure of how spread out data points are from the mean.

14
New cards

What does high variance indicate?

Data points are more dispersed from the mean.

15
New cards

What does low variance indicate?

Data points cluster closely around the mean.

16
New cards

What symbol is commonly used for sample variance?

17
New cards

What is standard deviation?

A measure of the typical distance of data points from the mean.

18
New cards

What symbol is commonly used for sample standard deviation?

s

19
New cards

How is standard deviation related to variance?

Standard deviation is the square root of variance.

20
New cards

What percentage of normally distributed data lies within 1 standard deviation of the mean?

About 68.3%.

21
New cards

What percentage of normally distributed data lies within 2 standard deviations of the mean?

About 95.4%.

22
New cards

Does standard deviation always decrease when sample size increases?

No, it can increase or decrease depending on the sample values.

23
New cards

What improves when sample size increases?

The accuracy of the sample estimate of the population standard deviation.

24
New cards

What is the mean?

The average value of a dataset.

25
New cards

How do you calculate the mean?

Add all values and divide by the number of values.

26
New cards

What is the standard error of the mean (SEM)?

An estimate of how close the sample mean is to the true population mean.

27
New cards

What does a smaller SEM indicate?

The sample mean is likely a more accurate estimate of the population mean.

28
New cards

How does increasing sample size affect SEM?

It decreases SEM.

29
New cards

What is the formula for SEM?

SEM = standard deviation / √n

30
New cards

What does n represent in the SEM formula?

Sample size.

31
New cards

What is inferential statistics?

Statistical methods used to draw conclusions about populations from sample data.

32
New cards

What is the null hypothesis?

A statement that there is no pattern, effect, or difference in the data.

33
New cards

What symbol is used for the null hypothesis?

H₀

34
New cards

What is the alternative hypothesis?

A statement that there is a real pattern, effect, or difference in the data.

35
New cards

What symbol is used for the alternative hypothesis?

H₁

36
New cards

In a two-group comparison, what does H₀ usually state?

The group means are the same.

37
New cards

In a correlation test, what does H₀ usually state?

There is no correlation (r = 0).

38
New cards

What is significance level alpha?

The threshold probability used to decide statistical significance.

39
New cards

What symbol is used for significance level?

α

40
New cards

What significance level is commonly used in biology?

0.05

41
New cards

What does p-value represent?

The probability that the observed results occurred by chance if the null hypothesis is true.

42
New cards

If p < 0.05, what decision is made?

Reject the null hypothesis.

43
New cards

If p < 0.05, what does that mean?

There is a statistically significant pattern or difference.

44
New cards

If p ≥ 0.05, what decision is made?

Fail to reject the null hypothesis.

45
New cards

If p ≥ 0.05, what does that mean?

There is not enough evidence for a significant pattern or difference.

46
New cards

What test compares the means of two independent groups?

Student’s t-test for independent samples.

47
New cards

What types of variables are needed for an independent samples t-test?

One categorical variable and one continuous variable.

48
New cards

Give an example of variables for a t-test.

Smoker/non-smoker (categorical) and CRP level (continuous).

49
New cards

What statistic is calculated in a t-test?

t (observed t-value).

50
New cards

What is tcrit?

The critical t-value used for comparison.

51
New cards

If t observed > t critical, what do you conclude?

Reject the null hypothesis; the groups are significantly different.

52
New cards

What are degrees of freedom for a two-sample t-test?

Total sample size of both groups minus 2.

53
New cards

What does correlation measure?

The strength and direction of a relationship between two variables.

54
New cards

What symbol is used for correlation coefficient?

r

55
New cards

What values can r range between?

-1 to +1

56
New cards

What does r = +1 mean?

Perfect positive correlation.

57
New cards

What does r = -1 mean?

Perfect negative correlation.

58
New cards

What does r = 0 mean?

No correlation.

59
New cards

What does an r-value close to 0 indicate?

A weak relationship.

60
New cards

What does a positive correlation mean?

As one variable increases, the other tends to increase.

61
New cards

What does a negative correlation mean?

As one variable increases, the other tends to decrease.

62
New cards

What is linear regression used for?

To model the relationship between two continuous variables.

63
New cards

What type of graph is commonly used for correlation and regression?

Scatter plot.

64
New cards

What is the coefficient of determination?

65
New cards

How is R² related to r?

R² is the square of r.

66
New cards

What does R² measure?

The proportion of variation explained by the relationship between variables.

67
New cards

What does R² = 1.00 mean?

The regression explains 100% of the variation.

68
New cards

What does R² = 0.00 mean?

No association is explained.

69
New cards

Are low R² values always unimportant in biology?

No, low R² values can still be statistically significant.

70
New cards

What type of variables are required for correlation and linear regression?

Both variables must be continuous.

71
New cards

If studying leaf length and leaf width, what test would be appropriate?

Correlation or linear regression.

72
New cards

If comparing plant heights in fertilized vs unfertilized groups, what test is appropriate?

Independent samples t-test.

73
New cards

If comparing smoker vs non-smoker inflammation means, what test is appropriate?

Independent samples t-test.

74
New cards

If testing whether temperature affects enzyme rate across values, what test is appropriate?

Correlation or linear regression.

75
New cards

Why are large sample sizes valuable in biology?

They better estimate population parameters and reduce sampling error.

76
New cards

What is sampling error?

The difference between a sample statistic and the true population value due to random sampling.

77
New cards

What is a population?

The entire group of individuals of interest.

78
New cards

What is a sample?

A subset of the population used for measurement.

79
New cards

Why do scientists often use samples instead of populations?

Measuring every individual is often impractical or impossible.