ds.histogram: Combined Histogram

Description Usage Arguments Details Value Dependencies Author(s) Examples

Description

Computes the combined frequecy table for each value given in a list of intervals.

Usage

1
ds.histogram(x = NULL, intervalList = NULL, datasources = NULL)

Arguments

x

a character, the name of study variable.

datasources

a list of parameters to access files sytems or databases.

listValues

a list of values to compute the frequency table.

Details

Return the frequency value for each given interval. For a intervals list V1, V2, V3, ..., it computes the frequency list F1, F2, F3, ..., where F1 is the number of values <= V1; F2 is the number of values where V1 > x <= V2, etc.

Value

return a numeric value.

Dependencies

getHistogram

Author(s)

Paula Raissa Costa e Silva

Examples

1
2
3
4
{
fileNames <- list(file=c("file1.csv", "file2.csv", "file3.csv"))
ds.histogram(x='idademae', intervalList=c(20,40,50,30,20,30), datasources=fileNames)
}

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