Skip to content

sdmTMB standard error and CV of index values #175

Answered by seananderson
seananderson asked this question in Q&A
Discussion options

You must be logged in to vote

sdmTMB uses TMB's generalized delta method (see ?TMB::sdreport) on the area-weighted sum of abundance/biomass to calculate the SE. The upper and lower 95% CIs are then +/- 1.96 the SE from log abundance or biomass followed by exp(). Where 1.96 is from qnorm(1 - (1 - 0.95)/2).

Those are available in the output of get_index() in the se column. Those are on log abundance. Assuming a lognormal variable, which we are, you can get a CV as: sqrt(exp(se^2) - 1). For small values, the SE of the log variable and the CV will be very similar.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by seananderson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant