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
Using predict() with type = 'terms' on a representative grid of newdata will allow for prediction variance to be decomposed into contributions from unique model terms (i.e. s(cov), s(cov, by = fac)). Can allow for process and observation variance to be calculated separately for deeper insight. Should also give options for a summary() and a plot() function, similar to options for irf() objects
The text was updated successfully, but these errors were encountered:
Using
predict()
withtype = 'terms'
on a representative grid ofnewdata
will allow for prediction variance to be decomposed into contributions from unique model terms (i.e.s(cov)
,s(cov, by = fac)
). Can allow for process and observation variance to be calculated separately for deeper insight. Should also give options for asummary()
and aplot()
function, similar to options forirf()
objectsThe text was updated successfully, but these errors were encountered: