Hi, I want to add the time(year) to the spde model as a natural spline. the formula as follows,
formulate ~ -1 + Intercept + f(field, model = spde) + f(loc_id, model = "iid") + c("ns(year, 2)")
The Fixed effects is:
mean
Intercept -2.022
1 0.858
2 0.057 ,
①how can we to interpret The “1” , and “2”?(I read the example of NS smoothing in Chapter 9, and it seems that there is no explanation for this, is this a degree of freedom?
https://becarioprecario.bitbucket.io/inla-gitbook/ch-smoothing.html)
②How should we draw the graph after NS combined spde model fitting? or can we get the expression of the equation for a natural spline for further prediction?
thanks