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

Description Usage Arguments

View source: R/fit_model.R

Description

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

Usage

1
fit_model(first_order = TRUE, base_data, trend_prediction, base_prediction)

Arguments

first_order

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

base_data

A dataframe with the base data.

trend_prediction

A dataframe with the timestamps to predict the trend.

base_prediction

A dataframe with the locations and timestamps to predict.


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