## Some ivs2vas() examples
## A single interval-valued response
i <- IntervalData(3, 3.2)
ivs2vas(i)
## A list of interval-valued responses
list <- IntervalList(c(3, 8.7), c(3.2, 9))
ivs2vas(list)
## A matrix of interval-valued responses
matrix <- IntervalMatrix(matrix(c(1, 2.6, 1.5, 3, 3.8, 6, 4, 7), 2, 4))
ivs2vas(matrix)
Run the code above in your browser using DataLab