A new n2kAggregate
model.
Details
scheme_id
: a string holding the id of the scheme.species_group_id
: a string identifying the species group.location_group_id
: a string identifying the location group.model_type
: a string identifying the type of model to fit to the data.first_imported_year
: Oldest year considered in the data.last_imported_year
: Most recent year considered in the data.duration
: The width of the moving window. Defaults to thelast_imported_year - first_imported_year + 1
.last_analysed_year
: Most recent year in the window. Defaults tolast_imported_year
.analysis_date
: APOSIXct
date indicating the date that the dataset was imported.seed
: A single integer used as a seed for all calculations. A random seed will be inserted when missing.
fun
: The function to apply when aggregating.filter
: An optional list for thefilter
argument ofmultimput::aggregate_impute()
.join
: An optional list for thejoin
argument ofmultimput::aggregate_impute()
.