IntervalList-class {IntervalQuestionStat}R Documentation

S4 class representing a list of intervals

Description

S4 class representing a list of intervals

Slots

mid:

A vector of real numbers saved as a numeric object specifying the mid-points of the intervals.

spr:

A vector of real numbers saved as a numeric object specifying the spreads of the intervals.

Author(s)

José García-García garciagarjose@uniovi.es

See Also

Objects of IntervalList class should be created through IntervalList() function. Besides IntervalList class, the IntervalQuestionStat package also incorporates IntervalData-class and IntervalMatrix-class for dealing with interval-valued data in R environment.

Examples

showClass("IntervalList")
showMethods(classes = "IntervalList")

[Package IntervalQuestionStat version 0.2.0 Index]