Class that defines a "tracker" for random effects models, most notably storing the data indices available in each group for quicker posterior computation and sampling of random effects terms.
RandomEffectsTracker.Rd
Stores a mapping from every observation to its group index, a mapping from group indices to the training sample observations available in that group, and predictions for each observation.
Methods
Method new()
Create a new RandomEffectsTracker object.
Usage
RandomEffectsTracker$new(rfx_group_indices)