View source: R/s2bak_summary.R
summary.s2bak | R Documentation |
This function will allow the user to call the summary
function for s2bak
, s2bak.so
, s2bak.s2
and s2bak.bak
class objects.
This model assumes that the model used in the fitting process has an
associated summary
function associated with it.
As these models may be fitted for multiple species or sub-models, the user can specify which index or species to view.
## S3 method for class 's2bak.s2' summary(object, species, ...) ## S3 method for class 's2bak.so' summary(object, species, ...) ## S3 method for class 's2bak.bak' summary( object, bak = c("all", "bias_site", "bias_species", "bias_adj")[1], ... ) ## S3 method for class 's2bak' summary( object, submodel = c("all", "so", "s2", "bak")[1], species = NULL, bak = c("all", "bias_site", "bias_species", "bias_adj")[1], ... )
object |
Object of class s2bak |
species |
For |
... |
Additional arguments provided by the object's |
bak |
For |
submodel |
Which submodel ( |
The relevant summary output for a given species.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.