gadget_surveyindices_component.Rd
http://hafro.github.io/gadget/docs/userguide/chap-like.html#sec:surveyindices
gadget_surveyindices_component(
weight = 0,
name = "surveyindices",
sitype = "lengths",
biomass = 0,
data = NULL,
area = NULL,
fittype = NULL,
length = NULL,
age = NULL,
fleetnames = NULL,
surveynames = NULL,
stocknames = NULL,
slope = NULL,
intercept = NULL
)
A numeric weighting
A descriptive name for the component, default same as component type
Survey index type. One of 'lengths'/'ages'/'fleets'/'acoustic'/'effort'
Whether the index data should be based on the biomass of the stock or on the population numbers for the stock. 0 or 1
data.frame required by the data_function
Area aggregation, if not attached to the data.frame by MFDB
Type of linear regression to use. One of 'linearfit' / 'loglinearfit' / 'fixedslopelinearfit' / 'fixedslopeloglinearfit' / 'fixedinterceptlinearfit' / 'fixedinterceptloglinearfit' / 'fixedlinearfit' / 'fixedloglinearfit'.
Length aggregation, if not attached to the data.frame by MFDB
Age aggregation, if not attached to the data.frame by MFDB
A list of all the fleets to be aggregated into a single pseudo fleet for the purposes of the data comparison
A list of all the stocks to be aggregated into a single pseudo stock
A list of all the stocks to be aggregated into a single pseudo stock
Parameter for linear regression
Parameter for linear regression