surveyTotalVariance | R Documentation |
Combines the strata variances for the various licence categories/draw types to to estimate the total catch variance for each area and method there is data for.
surveyTotalVariance(
specific_variance,
sample_sizes,
lic_total,
lic_strata_col_names = c("draw_type", "resident_status", "licence_type",
"age_category"),
catch_strata_col_names = c("area", "method")
)
specific_variance |
All the survey result data for the month |
sample_sizes |
Sample sizes for each specific variance values |
lic_total |
Total valid licences data frames |
lic_strata_col_names |
Licence column names used to stratify |
catch_strata_col_names |
Catch column names used to stratify |
Variance values for the specific licence category/draw type in each area and method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.