check_bounds | R Documentation |
Check to see if any estimated parameters are near bounds
check_bounds(x, p_cutoff = 0.01)
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 |
Nikolai Klibansky
## Not run:
check_bounds(rdat_BlackSeaBass)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.