check_bounds: Check to see if any estimated parameters are near bounds

View source: R/check_bounds.r

check_boundsR Documentation

Check to see if any estimated parameters are near bounds

Description

Check to see if any estimated parameters are near bounds

Usage

check_bounds(x, p_cutoff = 0.01)

Arguments

x

a BAM rdat object, i.e. x <- dget(rdat)

p_cutoff

set minimum acceptable value for how close to a bound the estimated parameter can be before considering it too close to a bound, as a proportion of the range of bounds supplied to BAM

Author(s)

Nikolai Klibansky

Examples

## Not run: 
check_bounds(rdat_BlackSeaBass)

## End(Not run)


nikolaifish/bamExtras documentation built on July 21, 2023, 8:26 a.m.