statacc {simulato}R Documentation

structure of accumulated statistics

Description

structure of accumulated statistics

Usage

statacc(
  l = list(sumY = 0, sumSqY = 0, sumZ = 0, sumSqZ = 0, sumYZ = 0, nReg = 0)
)

Arguments

l

list of accumulated parameters

Value

structure of accumulated statistics


[Package simulato version 0.0.0.5 Index]