Usage
vblrt(len = NULL, age = NULL, group = NULL, error = 1,
select = 1, Linf = NULL, K = NULL, t0 = NULL,control=list(maxiter=10000,minFactor=1/1024,tol=1e-5))
Arguments
len
the vector of lengths of individual fish.
age
the vector of ages associated with the length vector.
group
the vector of character or numeric codes specifying group association.
error
the error variance assumption. 1= constant variance for all lijs; 2= constant variance for all mean
lengths at age; 3=var of lij varies with age. See methods a-c in Kimura (1980: pp. 766). The required statistics for each type of err
select
the selection of starting values of L-infinity, K, and t0. 1=automatic selection, 2=user-specified. If
select=1, initial starting values of L-infinity, K, and t0 are calculated from Walf
Linf
if select=2, the starting value for L-infinity of the von Bertalanffy equation.
K
if select=2, the starting value for K of the von Bertalanffy equation.
t0
if select=2, the starting value for t0 of the von Bertalanffy equation.