Skip to content

IntervalQuestionStat

Tools to Deal with Interval-Valued Responses in Questionnaires

v0.2.0 · Nov 1, 2022 · LGPL (>= 3)

Description

A user-friendly toolbox for doing the statistical analysis of interval-valued responses in questionnaires measuring intrinsically imprecise human attributes or features (attitudes, perceptions, opinions, feelings, etc.). In particular, this package provides S4 classes, methods, and functions in order to compute basic arithmetic and statistical operations with interval-valued data; prepare customized plots; associate each interval-valued response to its equivalent Likert-type and visual analogue scales answers through the minimum theta-distance and the mid-point criteria; analyze the reliability of respondents' answers from the internal consistency point of view by means of Cronbach's alpha coefficient; and simulate interval-valued responses in this type of questionnaires. The package also incorporates some real-life data that can be used to illustrate its working with several non-trivial reproducible examples. The methodology used in this package is based in many theoretical and applied publications from SMIRE+CoDiRE (Statistical Methods with Imprecise Random Elements and Comparison of Distributions of Random Elements) Research Group (<https://bellman.ciencias.uniovi.es/smire+codire/>) from the University of Oviedo (Spain).

Downloads

132

Last 30 days

21931st

550

Last 90 days

2K

Last year

Trend: -26.7% (30d vs prior 30d)

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 8, 2026
ERROR 11 OK · 0 NOTE · 0 WARNING · 2 ERROR · 0 FAILURE Jun 6, 2026
ERROR r-devel-linux-x86_64-debian-gcc

examples

Running examples in ‘IntervalQuestionStat-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: IntervalData-class
> ### Title: S4 class representing a single interval
> ### Aliases: In
...[truncated]...
meric

Extends: "IntervalDataOrIntervalList"
> showMethods(classes = "IntervalData")
Error in lapply(x, Recall) : argument "FUN" is missing, with no default
Calls: showMethods ... lapply -> FUN -> lapply -> FUN -> lapply -> match.fun
Execution halted
ERROR r-devel-windows-x86_64

examples

Running examples in 'IntervalQuestionStat-Ex.R' failed
The error most likely occurred in:

> ### Name: IntervalData-class
> ### Title: S4 class representing a single interval
> ### Aliases: IntervalData-class
> 
> ### ** Examples
> 
> showClass("Inte
...[truncated]...
meric

Extends: "IntervalDataOrIntervalList"
> showMethods(classes = "IntervalData")
Error in lapply(x, Recall) : argument "FUN" is missing, with no default
Calls: showMethods ... lapply -> FUN -> lapply -> FUN -> lapply -> match.fun
Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Version History

new 0.2.0 Mar 10, 2026
updated 0.2.0 ← 0.1.0 diff Oct 31, 2022
new 0.1.0 Jul 3, 2022