computeStatistics {ERPM} | R Documentation |
Compute Statistics
Description
Function that computes the statistic vector for a given partition and a given model
Usage
computeStatistics(partition, nodes, effects, objects)
Arguments
partition |
vector, A partition |
nodes |
data frame, Node set |
effects |
list with a vector "names", and a vector "objects", Effects/sufficient statistics |
objects |
list with a vector "name", and a vector "object", Objects used for statistics calculation |
Value
the statistics
[Package ERPM version 0.2.0 Index]