RandomEffectsTracker | R Documentation |
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.
rfx_tracker_ptr
External pointer to a C++ StochTree::RandomEffectsTracker class
new()
Create a new RandomEffectsTracker object.
RandomEffectsTracker$new(rfx_group_indices)
rfx_group_indices
Integer indices indicating groups used to define random effects
A new RandomEffectsTracker
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.