View source: R/surveyAveraging.IV.R
surveyAveraging.IV | R Documentation |
Function to smooth survey data using inverse variance averaging
surveyAveraging.IV(
srvData,
type = "biomass",
sex = "male",
category = "mature",
n = 3,
pdfType = "lognormal",
ci = 0.95,
verbose = FALSE,
showPlot = FALSE
)
srvData |
|
type |
|
sex |
|
category |
|
n |
|
pdfType |
|
ci |
|
verbose |
|
showPlot |
|
None.
dataframe with inverse-variance averaged survey data, with columns
year = survey year
type = 'IV'
value = averaged value
lci = lower confidence interval
uci = upper confidence interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.