Using uf_addmarginal(uf_predictContinuous(ufresult,'predictAt',predictAt)) currently, silently fills predicted effects with zeros when trying to predict out of bound values of a covariate (e.g. marginalizing on reaction time of 250ms of a subject with the fastest reaction time of 290ms).
This should at least throw a warning to the user.
Using
uf_addmarginal(uf_predictContinuous(ufresult,'predictAt',predictAt))currently, silently fills predicted effects with zeros when trying to predict out of bound values of a covariate (e.g. marginalizing on reaction time of 250ms of a subject with the fastest reaction time of 290ms).This should at least throw a warning to the user.