computeStatistics_multiple {ERPM} | R Documentation |
Compute Statistics multiple
Description
Function that computes the statistic vector for given (multiple) partitions and a given model
Usage
computeStatistics_multiple(
partitions,
presence.tables,
nodes,
effects,
objects,
single.obs = NULL
)
Arguments
partitions |
Observed partitions |
presence.tables |
to indicate which nodes were present when |
nodes |
Node set (data frame) |
effects |
Effects/sufficient statistics (list with a vector "names", and a vector "objects") |
objects |
Objects used for statistics calculation (list with a vector "name", and a vector "object") |
single.obs |
equal NULL by default |
Value
A list
[Package ERPM version 0.2.0 Index]