Closed billdenney closed 6 months ago
I really don't understand what you mean here. Though the control shouldn't pick up from the last estimation method used. That is a bug.
Ah. It should detect that it is a string. My guess is that it is not returning the string values even when it is not changed.
I didn't realize that posthoc
also did estimation. Since it does some degree of estimation, I think that my question is moot. I thought that it only did estimation in which case the ID
values should be required to be the same.
Ok. You are probably looking for predict()
In the example below, the IDs changed, so I think that IPRED should either be
NA
(my preference) or the same as PRED.Created on 2024-04-06 with reprex v2.1.0