ag.mean.ds: Calculates a statistical mean for a vector with more than 4...

Description Usage Arguments Value Author(s) Examples

Description

Calculates a statistical mean for a vector with more than 4 entries

Usage

1
  ag.mean.ds(xvect)

Arguments

xvect

a numerical vector

Value

a numerical

Author(s)

Gaye, A.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# load the file that contains the login details
data(logindata)

opals <- ag.ds.login(logins=logindata,assign=TRUE,variables=myvar)

# compute the statistical mean
stat.mean <- datashield.aggregate(opals, quote(ag.mean.ds(D$LAB_TSC)))

## End(Not run)

datashield/ag.dev.sv documentation built on May 14, 2019, 7:46 p.m.