View source: R/functions_change_statistics.R
computeStatistics_multiple | R Documentation |
Function that computes the statistic vector for given (multiple) partitions and a given model
computeStatistics_multiple(
partitions,
presence.tables,
nodes,
effects,
objects,
single.obs = NULL
)
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 |
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.