3. Fundamental Statistics

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

What is a variable?

A defined characteristic that varies from one biological entity to another.

2
New cards

What is a factor variable?

A qualitative variable representing categories (e.g., Sex, Diet, Pesticide type).

3
New cards

What is a covariate?

A quantitative variable measured numerically (e.g., Rainfall, Temperature, Density).

4
New cards

What is a continuous variable?

A variable with infinite values within a possible range.

5
New cards

What is a discrete variable?

A variable with countable values, often whole numbers.

6
New cards

What is a nominal variable?

An unordered categorical variable.

7
New cards

What is an ordinal variable?

An ordered categorical variable.

8
New cards

What is a binary variable?

A variable with only two mutually exclusive outcomes.

9
New cards

When should you use the mean?

When the data is normally distributed.

10
New cards

When should you use the median?

When the data is skewed or not normally distributed.

11
New cards

What does the range measure?

The spread between the lowest and highest values.

12
New cards

Why use interquartile range (IQR)?

To reduce the influence of outliers by focusing on the middle 50% of data.

13
New cards

What plot visualizes the IQR?

A boxplot.

14
New cards

What test and plot assess if two covariates vary together?

Correlation analysis (Spearman or Pearson); Scatterplot.

15
New cards

What test and plot assess the effect of one covariate on another?

General Linear Model (regression); Scatterplot.

16
New cards

What test and plot assess the effect of a factor on a covariate?

General Linear Model (ANOVA); Boxplot.

17
New cards

What test and plot assess association between two factor variables?

Chi-square test; Bar plot.

18
New cards

What test and plot assess if a covariate differs between two factor levels?

T-test (or paired t-test); Boxplot.

19
New cards

What does y ~ x represent in R?

A model where variable y is explained by variable x.

20
New cards

What does a significant p-value in R output suggest?

There is statistical evidence of an effect or association.

21
New cards

What are the two things you must know before analysis?

1. What is your question? 2. What are the types of variables in your dataset?

22
New cards

What are the key measures of centrality in descriptive statistics?

Mean, Median, Mode

23
New cards

What are the key measures of variation?

Range, Interquartile Range, Sums of Squares, Variance, Standard Deviation

24
New cards

What is the purpose of calculating the sum of squares?

To quantify variation within a dataset and form the basis for calculating variance and standard deviation.

25
New cards

In a General Linear Model (GLM), what are the response and explanatory variables?

Response variable: the outcome being measured; Explanatory variable: the factor believed to influence the outcome

26
New cards

What does a GLM help you test?

Whether the explanatory variable significantly affects the response variable

27
New cards

How is total variation partitioned in a GLM?

Total Sum of Squares (TSS) = Explained Sum of Squares (ESS) + Residual Sum of Squares (RSS)

28
New cards

What does R-squared represent in a GLM?

The proportion of total variation in the response variable explained by the model

29
New cards

What is the null hypothesis in a GLM?

The explanatory variable does not account for variation in the response variable

30
New cards

What does a p-value < 0.05 indicate?

Reject the null hypothesis; the explanatory variable likely affects the response variable

31
New cards

What types of models fall under GLMs?

T-test, ANOVA (one-way, two-way, n-way), Regression, ANCOVA, Mixed models