| pool.anylist | R Documentation | 
Pool the data from the objects in a list.
## S3 method for class 'anylist' pool(x, ...)
x | 
 A list, belonging to the class   | 
... | 
 Optional additional objects 
which can be pooled with the elements of   | 
The function pool is generic. Its purpose is to combine
data from several objects of the same type (typically computed
from different datasets) into a common, pooled estimate. 
The function pool.anyist is the method
for the class "anylist". It is used when the objects to be
pooled are given in a list x.
Each of the elements of the list x, and each of the
subsequent arguments ... if provided, must be an object of the same
class. 
An object of the same class as each of the entries in x.
and \ege
anylist,
pool.
Keach <- anylapply(waterstriders, Kest, ratio=TRUE, correction="iso") K <- pool(Keach)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.