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
I have a dataset with control and treatment animals (C_* and T_*, respectively). Plotting the partial effect of s(doy, animal_year, by = group, bs = 'fs') returns the random smooths for all levels for both groups rather than only the levels within each group. This results in unnecessary, flat smooth estimates with the sample-level CIs. (alpha is 0.1 for all geom_ribbons.)
Thanks @StefanoMezzini; I'll take a look at what's going wrong here, most likely is the special internal method use for fs smooths isn't doing the required subsetting of the levels for the by smooth.
Hi Gavin,
I have a dataset with control and treatment animals (
C_*
andT_*
, respectively). Plotting the partial effect ofs(doy, animal_year, by = group, bs = 'fs')
returns the random smooths for all levels for both groups rather than only the levels within each group. This results in unnecessary, flat smooth estimates with the sample-level CIs. (alpha
is 0.1 for allgeom_ribbon
s.)Cheers,
Stefano
The text was updated successfully, but these errors were encountered: