View source: R/overdispersion.R
overdispersion | R Documentation |
Complete function for returning overdispersion estimates
overdispersion(
data,
visitID = "visitID",
count = "count",
pass = "pass",
sampleID = "sampleID",
largemodel,
control = "control"
)
data |
dataframe containing EF data |
visitID |
a number identifying each unique site visit |
count |
the number of fish caught for a particular combination of site visit, species, lifestage and pass (defaults to "count") |
pass |
EF pass number e.g. 1,2,3,4 (defaults to "pass") |
sampleID |
sample ID i.e. unique combinations of site visit, species & lifestage |
largemodel |
a large model that captures most of the systematic variation in the data - this is specified before running the overdispersion function |
control |
passes control information to optimiser |
a data.frame summarising overdispersion
ensure column names in function call are in inverted commas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.