Description Usage Arguments Value Values Note Examples
View source: R/gear_selectivity.R
We choose a selectivity model based on deviance. The lower the
deviance, the better the fit. Deviance plots display residuals (by mesh
size) in a "bubble-plot" format. (describe 'bubbles' and size here) Plot is
a side effect of Millar's Summary
function. Function returns a
list, with number of items equal to the number of models (i.e., 5). See
Values for output.
Default S3 method.
S3 method for class NetFit.
1 2 3 4 5 6 7 | DeviancePlots(x, ...)
## Default S3 method:
DeviancePlots(x, ...)
## S3 method for class 'NetFit'
DeviancePlots(x, ...)
|
x |
Generic parameter for S3 method. Likely a model fit of class "NetFit". |
... |
Passed to other methods. |
If x
is a list, output is a list with same number of
elements, each element is a matrix. Otherwise output is a matrix with one
column. See Values.
doc needed here
doc needed here
doc needed here
model deviance
doc needed here
degrees of freedom
DeviancePlots
is essentially a convenient wrapper for Millar's
Summary
function.
1 2 3 4 5 6 7 8 9 | # for method .NetFit
net_fit <- ApplyNetFit(
data = trammel_catch,
len = FL,
mesh = MeshSize,
meshUnit = "in",
relPower = c(1,1,2)
)
DeviancePlots(net_fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.