Description Usage Arguments Value See Also
Returns a vector of selected variables in an FCS2 model.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## S3 method for class 'fcs2Fit'
variable.names(
object,
q = object$multiRun,
r = TRUE,
abundance = TRUE,
prevalence = TRUE,
linear = TRUE,
rw = "group",
spatial = "group",
hyperparams = "scale",
...
)
|
object |
an object of class |
q |
whether to include the catch probability variable q. |
r |
whether to include the shape parameter r (given by |
abundance |
whether to include any variables related to the abundance regression. |
prevalence |
whether to include any variables related to the prevalence regression. |
linear |
whether to include linear regression terms. |
rw |
whether and how to include random walk terms. If |
spatial |
whether and how to include spatial terms. If |
hyperparams |
whether and how to include hyperparameters. If |
... |
Not currently used. |
A character vector of selected variables in the FCS2 model specified by object
.
fcs2FitModel
for fitting the FCS2 model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.