getPooledMean {dsBaseClient}R Documentation

Gets a pooled statistical mean

Description

This is an internal function.

Usage

getPooledMean(dtsources, x)

Arguments

dtsources

a list of DSConnection-class objects obtained after login. If the <datasources> the default set of connections will be used: see datashield.connections_default.

x

a character, the name of a numeric vector

Details

This function is called to avoid calling the client function 'ds.mean' which may stop the process due to some checks not required when computing a mean inside a function.

Value

a pooled mean


[Package dsBaseClient version 6.3.0 ]