getPooledMean: Gets a pooled statistical mean

View source: R/getPooledMean.R

getPooledMeanR 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


datashield/dsBaseClient documentation built on May 16, 2023, 10:19 p.m.