ds.condCDF: Conditional Cumulative Distributed Function

Description Usage Arguments Details Value Author(s) Examples

Description

Computes the distributed cumulative distribution function.

Usage

1
ds.condCDF(varName, catName, datasources)

Arguments

varName

a character, the name of study variable. The data type must be a numeric.

catName

a character, the name of categorical variable.

datasources

a list of parameters to access files sytems or databases.

Details

Reads each datasource (node) and compute the local cumulative distributed function for each data node. If the datasources are files, these files must be in .csv formate.

Value

The combined cumulative distribution function of all datasources.

Author(s)

Rui Camacho, Paula Raissa

Examples

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

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