Learn R Programming

IntervalQuestionStat (version 0.2.0)

IntervalList-class: S4 class representing a list of intervals

Description

S4 class representing a list of intervals

Arguments

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

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

Run this code
showClass("IntervalList")
showMethods(classes = "IntervalList")

Run the code above in your browser using DataLab