Previous exam review

EEB-003_exam_2023.pdf

1. Some basics

σ2=∑i(ξi−ξ¯)2n−1 X=[100.1100.2110.1110.3]

and

b=[0.521]

So

Xb=[(1⋅0.5)+(0⋅2)+(0.1⋅1)(1⋅0.5)+(0⋅2)+(0.2⋅1)(1⋅0.5)+(1⋅2)+(0.1⋅1)(1⋅0.5)+(1⋅2)+(0.3⋅1)]=[0.60.72.62.8]

The relevance of this question is that when you are looking at categorical covariates where some of the possible xi values are 0 or 1 (part of matrix X), this is how it is being multiplied in the model with parameters α, β1 and β2 that are represented in the matrix b.

2. Terminology

p-value

If the p-value of a parameter of a linear model (β1) is 0.04, it means that this parameter is different from zero with probability 0.04 under the linear model

Bayesian

True or false: If the Bayesian posterior probability for a parameter of a linear model (e.g. β1) is greater than zero is 0.04, it means the parameter is different from zero with probability 0.04

If our posterior probability Pr(β1>0)=0.04, this is correct

Confidence intervals

3. Linear Modeling

The point of this question is about being able to read and interpret R code. It will be using one of the examples from the weekly exercises. You should be fine with these if you understood the exercises (the 2025 example was with the seal data)

Does the model fit the data accurately?

4. Generalzed linear modeling

Zero-inflation

The first part is asking about ways to deal with zero-inflated data.

Joint effects

In the quation that was given, the link function is:

log⁡(λi)=α+β1xi+β2zi+β3xi×zi

The first thing we should notice is the "×zi" term, indicating that there are joint effects in the model and we cannot use the regular lm() command in R.

5. Experimental design

Average temperature across Finland

We have data on species count observations and have combined them with average temperature at the sampling sites to make the plot shown here:
!EEB-003_exam_2025, p.7

you have a budget to sample from four additional locations, which temperatures should we sample?