probability_model: Fit a model to a species using the predictions for a...

Description Usage Arguments

View source: R/probability_model.R

Description

Fit a model to a species using the predictions for a secondary species

Usage

1
2
3
4
5
6
7
8
probability_model(
  species = "Adal_dece",
  min_occurrences = 1000,
  min_species = 3,
  secondary,
  first_order = TRUE,
  center_year = 2001
)

Arguments

species

Name of the species.

min_occurrences

The minimum number of occurrences per species.

min_species

The minimum number of species recorded at the combination of location and year.

secondary

The output of base_model() for a different species.

first_order

Use first (TRUE) or second (FALSE) order random walk for the year component. Defaults to TRUE.

center_year

The year to center to. Defaults to 2001.


inbo/ladybird documentation built on March 14, 2021, 3:47 p.m.