sexratio.ts: Sex ratio time series

Description Usage Arguments Details Value Author(s) References Examples

View source: R/sexratio.ts.R

Description

Estimation of the time series of the sex ration annual indices.

Usage

1
2
sexratio.ts(merge, GSA = NA, sspp = NA, depth_range,
strata_scheme, stratification, country=NA, plot=TRUE )

Arguments

merge

data frame cantaining the hauls data (TA, table A) and the catches data (TB, table B) merged together

GSA

integer value corresponding to the GSA number. If not provided is determined by the merge file. Use merge file with only one GSA.

sspp

string of the species code (MEDITS format). The default value is NA and the species is determined by the merge data frame. If the merge file contains more than one species, the species should be indicated.

depth_range

numeric vector of the extreme values of the depth range.

strata_scheme

data frame containing the schema of the strata used in the survey.

stratification

data frame containing the specification of the strata surface area.

country

string value indicating the selected country for the analysis in case the analysis should be performed by country

plot

boolean variable to indicate if a plot should be generated.

Details

Sex-ratio. Sex ratio provides information on the distribution of female and male individuals present in a population. It represents the proportion of females in a population and indicates the level of sex dominance (Adebiyi, 2013). Generally this is a peculiar trait of the population. The sex-ratio, as the proportion of the females on the overall number of individuals, can be considered correlated with the stock productivity and renewal. It is computed as:

where FE are females, MA males, i is the haul and n the total number of hauls. Variance is estimated as:

Value

the function returns a data frame with the sex ratio time series:

year

reference years of the estimated indices

Indices_F

time series of the abundance indices of females specimens

Indices_FM

time series of the estimated abundance indices for males and females poolled together

sex.ratio

time series of the estimated sex ratio

variance

variance of the estimated sex ratio

sd

standard error of the estimated sex ratio

positive_hauls_perc

percentage of the hauls positive to the species cought

Author(s)

Walter Zupa

References

Adebiyi F.A. (2013). The sex ratio, gonadosomatic index, stages of gonadal development and fecundity of sompat grunt Pomadasys jubelini (Cuvier, 1830). Pakistan J. Zool., vol. 45(1), pp. 41-46.

Examples

1
2
3
4
library(MEDITS)
m <- m.TATB(TA,TB,"ARISFOL")
sexratio.ts(merge =m, GSA = NA, sspp = NA, depth_range=c(500,800),
strata_scheme=strata_scheme, stratification=stratification_scheme, plot=FALSE )

MEDITS documentation built on Dec. 23, 2019, 1:06 a.m.