Learn R Programming

medfate (version 2.8.0)

Mortality: Mortality

Description

A simple function to determine a daily mortality likelihood according to the value of a stress variable.

Usage

mortality_dailyProbability(basalMortalityRate, stressValue, 
                           stressThreshold, minValue = 0.0,
                           exponent = 10.0)

Value

Returns a probability (between 0 and 1).

Arguments

basalMortalityRate

Basal daily mortality rate per individual.

stressValue

Current value of the stress variable (lower values indicate stronger stress).

stressThreshold

Threshold to indicate that lower values increase mortality likelihood.

minValue

Minimum value of the stress variable (i.e. maximum stress), corresponding to probability of mortality equal to 1.

exponent

Coefficient modulating the steepness of the relationship.

Author

Miquel De Cáceres Ainsa, CREAF

See Also

growth