bhnoneq(year=NULL,mlen=NULL, ss=NULL, K = NULL, Linf = NULL,
Lc = NULL, nbreaks = NULL, styrs = NULL, stZ = NULL,
stsigma = NULL)
nbreaks+1
Z values, the year(s) in which the
changes in mortality began, the standard deviation of lengths>=Lc, and standard errors of all parameters. An AIC value is produced for model comparison.
The estimated parameters for the number of nbreaks
is equal to 2*nbreaks+2
. Problematic parameter estimates may have extremely large t-values or
extremely small standard error. Try different starting values to ensure consistent parameter estimates.bheq2
bheq2
data(goosefish)
bhnoneq(year=goosefish$year,mlen=goosefish$mlen, ss=goosefish$ss,
K=0.108,Linf=126,Lc=30,nbreaks=1,styrs=c(1982),stZ=c(0.1,0.3),
stsigma=20)
Run the code above in your browser using DataLab