I'm running different model of this form:
gamm(H_1_3~ s(wcomp.x.cum, bs='cr')+s(wcomp.y.cum, bs='cr')+s(h_AST, bs='cr'),
na.action=na.omit,data=lag4_1DAY, method='REML', weights=vf)
R doesn't throw me an Error (i.e. I have an output) but I have a warning like this one:
Warning message:
In logLik.reStruct(object, conLin):
Singular precision matrix in level -3, block 1
- what does it means?
- is it a problem or can I live with it?