surveyTotalVariance: Survey Total Variance

surveyTotalVarianceR Documentation

Survey Total Variance

Description

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.

Usage

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")
)

Arguments

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

Value

Variance values for the specific licence category/draw type in each area and method


nick-komick/iRecAnalysisPkg documentation built on July 7, 2024, 6:29 a.m.