point-count-data-analysis

Day 0: Getting ready

Prerequisites

A basic understanding of statistical, mathematical and physical concepts. Specifically, generalised linear regression models, including mixed models; basic knowledge of calculus.

Familiarity with R, ability to import/export data, manipulate data frames, fit basic statistical models (up to GLM) and generate simple exploratory and diagnostic plots.

Free resources to brush up your knowledge:

Setup instructions

Install required packages with the install.R script:

source(paste0("https://raw.githubusercontent.com/",
    "psolymos/point-count-data-analysis/refs/heads/main/day-00/install.R"))