ds.percentile: Distributed Percentile

Description Usage Arguments Details Dependencies Author(s) Examples

Description

Computes the distributed percentile for a given study variable.

Usage

1
2
3
ds.percentile(varName = NULL, formula = NULL, xValue = NULL,
  cVar = NULL, relation = NULL, threshold = NULL, relation2 = NULL,
  threshold2 = NULL)

Arguments

xValue

the given value to calculate the corresponding percentile.

x

a character, the name of study variable.

datasources

a list of opal object(s) obtained after login in to opal servers; these objects hold also the data assign to R, as data frame, from opal datasources.

Details

Read each data file (node) and compute the combined percentile value.

Dependencies

getSamplesCounting getPercentile

Author(s)

Rui Camacho, Paula Raissa

Examples

1
2
3
{
ds.percentile(varName, 10, fileNames)
}

paularaissa/distStatsClient documentation built on June 19, 2019, 12:43 a.m.