Replies: 2 comments 2 replies
-
Hi @npatt01, thanks for the post. I can't say exactly what is happening, but it could be that the smooth of |
Beta Was this translation helpful? Give feedback.
-
Thank you for your help @nicholasjclark! Sorry for my delay in following up from your comment and apologies in advance for my wandering response! I restructured the model so everything was in the
What I am hoping to achieve is this: ![]() Where the top plot shows a response scale smooth on The model represented in those plots was produced used a subset of my survey data (i.e. removing instances where more than one survey took place in a given month), with NA's introduced into the response during missing time periods. Now that I am attempting to include all surveys I am running the issues with producing the response scale smooths when running If there is another way of integrating the unevenly sampled data without relying on a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a long running dataset of pelagic surveys recording species counts. The surveys run ~monthly, but many months are missing, or may have multiple trips undertaken. Sometimes multiple trips can even run on the same day. The trips run from select ports to the same survey location. I am modelling single species abundance through time with:
The issue I'm running into is that when using
conditional_effects()
to produce plots of time:conditional_effects(m1, effects = 'time', type = 'expected')
I get odd returns:
I'm guessing this is due to the CAR(1) trend model, as I wasn't encountering it when running a discrete time model on a subsetted version of the same dataset. In that dataset, time was evenly spaced and surveys were undertaken from a single port. I wasn't including a
trend_model
orre
term in those models. In that caseconditional_effects()
plots looked like:I am aiming to produce
hindcast()
andconditional_effects()
plots to present the species trends through time — any help would be much appreciated :)FYI model residuals:
and summary:
Beta Was this translation helpful? Give feedback.
All reactions