filter_gams: Filter out GAMs with excessive concurvity

Description Usage Arguments Value

View source: R/fit_models.R

Description

A list of gams is filtered to remove those with a concurvity greater than max_conc. Concurvity is estimated using estimate values calculated by concurvity. If any terms exhibit concurvity greater than the threshold, the model is rejected.

Usage

1
filter_gams(gam_list, max_conc)

Arguments

gam_list

List of gams

max_conc

Maximum concurvity. All gams with concurvity above this are removed

Value

List of gams


DanielReedOcean/ACCASPR documentation built on Aug. 22, 2019, 3:34 a.m.