IntervalQuestionStat-package {IntervalQuestionStat}R Documentation

Tools to Deal with Interval-Valued Responses in Questionnaires

Description

IntervalQuestonStat is an open source package for doing the statistical analysis of interval-valued responses collected through interval-valued scales in lots of different widely used questionnaires measuring many intrinsically imprecise human attributes in the R environment. In particular, this package implements the theoretical concepts, results, and ideas suggested by the 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) taking into account some applied investigations and real-life studies.

Details

In Social and Educational Sciences and many other disciplines, interval-valued scales arise as a strong alternative to both traditional Likert-type or visual analogue scales in some questionnaires measuring people's behavior (attitudes, opinions, perceptions, feelings, etc.). This type of data can not be directly measured because it concerns inherently imprecise features. Likert-type and visual analogue scales force respondents to choose single-point answers linked to some items (statements or questions), so individual differences are almost systematically overlooked. In order to overcome the limitations of these scales in capturing uncertainty over respondents' answers, interval-valued scales allow them to select a real-valued interval and not being constrained to a single point.

This package provides S4 classes, methods, and functions for dealing with this type of data and it also includes some real-life data sets. In particular, it aims to provide the following functionality:

  1. Definition of interval-valued objects and instances (see IntervalData-class, IntervalData, IntervalList-class, IntervalList, IntervalMatrix-class, and IntervalMatrix).

  2. Calculation of basic operations with interval-valued data (see arithmetic and distance).

  3. Calculation of some central tendency and variation measures (see mean, var and cov).

  4. Visualization of interval-valued data (see plot).

  5. Association of interval-valued responses and their corresponding equivalent Likert-type and visual analogue scales responses (see ivs2likert and ivs2vas).

  6. Statistical analysis of reliability of questionnaire's responses (see cronbach).

  7. Simulation of interval-valued responses in questionnaires (see simulIVS).

For a complete list of classes, methods and functions included in the IntervalQuestionStat package call help(package="IntervalQuestionStat") on the R console.

Acknowledgments: The initial development of this R package has been partially supported by the Principality of Asturias Grant AYUD/2021/50897 and also by the Spanish Ministry of Economy and Business Grant PID2019-104486GB-I00.

Author(s)

José García-García garciagarjose@uniovi.es,
with contributions from María Asunción Lubiano lubiano@uniovi.es.

References


[Package IntervalQuestionStat version 0.2.0 Index]