You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if the model includes other smooth terms, the indexing for the random effects won't work. This can probably be solved by creating a smooths list object that are just the model$smooth that are constructed with bs = 're' from the outset.
Right now, if the model includes other smooth terms, the indexing for the random effects won't work. This can probably be solved by creating a smooths list object that are just the
model$smooththat are constructed withbs = 're'from the outset.