Tried to implement the residuals for https://github.com/drizopoulos/GLMMadaptive/issues/11, but realised that predict works with mean_subject, but not subject_specific ... is this a bug, or is there a reason why this wouldn't work?
> predict(fittedModel, type_pred = "response", type = "subject_specific")
Error: object of type 'closure' is not subsettable
Tried to implement the residuals for https://github.com/drizopoulos/GLMMadaptive/issues/11, but realised that predict works with mean_subject, but not subject_specific ... is this a bug, or is there a reason why this wouldn't work?