View source: R/logistic_exponential.R
logistic_exponential | R Documentation |
ages
is equal to the value of joint
,
then A50
and slope
have no effect on the result.logistic-exponential function
logistic-exponential selectivity function. The function has 4 parameters.
When fitting in bam, one of the parameters should be fixed.
Note that if the minimim value of ages
is equal to the value of joint
,
then A50
and slope
have no effect on the result.
logistic_exponential(ages, A50, slope, sigma, joint)
ages |
vector of ages |
A50 |
age at 50% selection (ascending limb) |
slope |
rate of increase |
sigma |
controls rate of descent (descending limb) |
joint |
age to join curves |
Erik Williams, Kyle Shertzer, and Nikolai Klibansky
rdat <- rdat_GrayTriggerfish
fp <- rdat$parm.cons[8,grepl("rHB\\.D$",names(rdat$parm.cons))]
logistic_exponential(ages=rdat$a.series$age,
A50 = fp$selpar.L50.rHB.D,
slope = fp$selpar.slope.rHB.D,
sigma = fp$selpar.sigma.rHB.D,
joint = fp$selpar.afull.rHB.D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.