Skip to content

to Log or not to Log transform biomass data #310

Discussion options

You must be logged in to vote

With a Tweedie distribution, you'd typically use a log link with the raw biomass data as the response. The Tweedie is for 0's and positive continuous values. With a low mean, this can create lots of zeros. I imagine you'd only log transform the response data (and add some small arbitrary value first because of the zeros) if you wanted to try to model this with a Gaussian family. Other alternatives would be delta_gamma() or delta_lognormal() within sdmTMB, which are also known as hurdle models, to model the biomass data. There's a section in the latest preprint version on these 'delta' families within sdmTMB. https://doi.org/10.1101/2022.03.24.485545

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@jenniferfisher
Comment options

Answer selected by seananderson
Comment options

You must be logged in to vote
1 reply
@jenniferfisher
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants