R/Functions.R
combine_wt_class_estimates.Rd
Combine the estimates and variances determined from the Estimate_proportion_female() and Estimate_Batch_Fecundity() functions in this package. The structure of this object is compatible with the Estimate_biomass() function to facilitate its use. If multiple time steps/Regions are included then parameter estimates and variances specific to those surveys will be combined.
combine_wt_class_estimates(prop.fem.data, fecundity.data)
prop.fem.data | A dataframe produced from the the Estimate_proportion_female() function |
---|---|
fecundity.data | A dataframe produced from the the Estimate_Batch_Fecundity() function |
A dataframe with the columns Wt_bin, n, Prop, Prop_var, Wt, Fecundity and Fec_var. Time and Region are included if included in either dataset