Usage
vbfr(age = NULL, L = NULL, agephi = NULL, agepsi = NULL, graph = TRUE,
gestimate = TRUE, Lphiparms = c(NA, NA, NA), Lchiparms = c(NA, NA, NA),
Lpsiparms = c(NA, NA, NA),control = list(maxiter = 10000))
Arguments
age
Vector of ages of individual fish.
L
Vector of lengths of individual fish.
agephi
Arbitrary reference age phi
agepsi
Arbitrary reference age psi. agepsi>agephi.
graph
Logical specifiying whether observed versus predicted, and
residual plots should be drawn. Default=TRUE.
gestimate
Logical specifying whether automatic generation of starting
values of lphi, lchi and lpsi should be used. Default=TRUE.
If gestimate=FALSE, user-specified starting, lower and upper limits of parameters
m
Lphiparms
If gestimate=FALSE, starting value, lower limit and upper limit
of lphi used in nls.
Lchiparms
If gestimate=FALSE, starting value, lower limit and upper limit
of lchi used in nls.
Lpsiparms
If gestimate=FALSE, starting value, lower limit and upper limit
of lpsi used in nls.
control
see control
under function nls.