ds.xOfCondPercentile: X Value for Conditional Percentile

Description Usage Arguments Details Dependencies Author(s) Examples

Description

Computes the X value for a given conditional percentile in distributed datasources

Usage

1
2
ds.xOfCondPercentile(varName, varCategory, category, percentile,
  datasources)

Arguments

varName

a character, the name of study variable. It must be a numerical vector.

varCategory

a character, the name of the categorical variable.

category

a character, the category value.

percentile

a numeric, the percentile value.

datasources

a list of parameters to access files sytems or databases.

Details

Read each data file (node) and compute the combined X value for a given percentile, according to a given category variable and name.

Dependencies

getSamplesCounting getPercentile

Author(s)

Paula Raissa Costa e Silva

Examples

1
2
3
4
{
ds.xOfCondPercentile('V3', 'gender', 'male', 0.1, datasources)
ds.xOfCondPercentile('V3', 'gender', 'female', 0.65, datasources)
}

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