statacc: structure of accumulated statistics

View source: R/oop.R

stataccR 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


simulato documentation built on March 25, 2022, 3 p.m.

Related to statacc in simulato...