predict for sca | R Documentation |
Predict methods for a4a stock assessment fits.
## S4 method for signature 'a4aFitSA'
predict(object)
## S4 method for signature 'SCAPars'
predict(object)
object |
object of relevant class (see signature of method) |
data(ple4)
data(ple4.index)
fmodel <- ~factor(age) + factor(year)
qmodel <- list(~factor(age))
fit1 <- sca(fmodel=fmodel, qmodel=qmodel, stock=ple4, indices=FLIndices(ple4.index))
flqs <- predict(fit1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.