ds.histogram: Combined Histogram

Description Usage Arguments Details Value Dependencies Author(s)

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


stefvanbuuren/dsMiceClient documentation built on June 27, 2019, 6:15 p.m.