R Dataset / Package Stat2Data / HearingTest
On this R-data statistics page, you will find information about the HearingTest data set which pertains to HearingTest. The HearingTest data set is found in the Stat2Data R package. You can load the HearingTest data set in R by issuing the following command at the console data("HearingTest"). This will load the data into a variable called HearingTest. If R says the HearingTest data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the HearingTest R data set. The size of this file is about 1,044 bytes.
HearingTest
Description
HearingTest
Format
A dataset with 96 observations on the following 3 variables.
Subj | Subject number (1 - 24) |
List | List of words: L1 L2 L3 L4 |
Percent | Percent (out of 50) of words correctly identified |
Details
Audiologists use standard lists of 50 words to test hearing; the words are calibrated, using subjects with normal hearing, to make all 50 words on the list equally hard to hear. The goal of the study described here was to see how four such lists, denoted by L1-L4 in this dataset, compared when played at low volume with a noisy background. The response is the percentage of words identified correctly.
Source
Data downloaded from DASL at http://lib.stat.cmu.edu/DASL/Datafiles/Hearing.html.
References
Loven, F. (1981), "A Study of the Interlist Equivalency of the CID W-22 Word List Presented in Quiet and in Noise." Unpublished MS Thesis, University of Iowa.
Dataset imported from https://www.r-project.org.