clus.vb.fit | R Documentation |
Fits the von Bertalanffy growth equation to clustered length and age by using nonlinear least-squares and by bootstrapping clusters
clus.vb.fit(len = NULL, age = NULL, cluster = NULL, nboot = 1000,
sumtype = 1, control = list(maxiter=10000, minFactor=1/1024,tol=1e-5))
len |
vector of lengths of individual fish |
age |
vector of ages of individual fish |
cluster |
haul or cluster membership identifier |
nboot |
number of bootstrap samples |
sumtype |
use 1 = mean or 2 = median of bootstrap runs as the parameter and correlation coefficients values. Default is 1. |
control |
see |
A standard von Bertalanffy growth curve is fitted to length-at-age data of each nboot sample of clusters
using nonlinear least-squares (function nls). Standard errors are calculated using function sd
applied
to bootstrap parameters.
List containing a summary of successful model fits and parameter estimates, standard errors and 95 percent confidence intervals, and the average correlation matrix.
Gary A. Nelson, Massachusetts Division of Marine Fisheries gary.nelson@mass.gov
## Not run:
data(pinfish)
with(pinfish,clus.vb.fit(len=sl,age=age,cluster=field_no,nboot=100))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.