bec,nls-method: Calculate bout ending criteria from model coefficients
Description
Calculate bout ending criteria from model coefficients
Usage
# S4 method for nls
bec(fit)# S4 method for mle
bec(fit)
Value
numeric vector with the bout ending criterion or
criteria derived from the model.
Arguments
- fit
Object of class nls or mle.
Functions
bec,nls-method: Calculate BEC on nls object
bec,mle-method: Calculate BEC on mle object