pool: Pool Data

View source: R/pool.R

poolR Documentation

Pool Data

Description

Pool the data from several objects of the same class.

Usage

pool(...)

Arguments

...

Objects of the same type.

Details

The function pool is generic. There are methods for several classes, listed below.

pool is used to combine the data from several objects of the same type, and to compute statistics based on the combined dataset. It may be used to pool the estimates obtained from replicated datasets. It may also be used in high-performance computing applications, when the objects ... have been computed on different processors or in different batch runs, and we wish to combine them.

Value

An object of the same class as the arguments ....

Author(s)

\adrian

and \rolf

See Also

pool.envelope, pool.fasp, pool.rat, pool.fv


spatstat.core documentation built on May 18, 2022, 9:05 a.m.