computeStatistics_multiple: Compute Statistics multiple

View source: R/functions_change_statistics.R

computeStatistics_multipleR 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


ERPM documentation built on May 29, 2024, 10:05 a.m.