fonts: Times New Roman and Gigi Font Data
Description
The number of inappropriate words out of 10 that were identified in the TNR
and Gigi fonts by each of 25 participants.
Format
A data frame with 25 observations on the following 2 variables.
TNR
- a numeric vector
GIGI
- a numeric vector
Source
Morrison, S. and Noyes, J. (2003) A Comparison of Two Computer Fonts:
Serif versus Ornate Sans Serif. Usability News, 5.3.Details
In the online paper cited below, researchers S. Morrison and J. Noyes
studied whether the type of font used in a document affects reading
speed or comprehension. The fonts used for the comparisons were the
serif font Times New Roman (TNR) and a more ornate sans serif font
called Gigi. There were 10 substitution words used for testing the
comprehensibility of the two fonts. The substitution words were
inappropriate to the context of the passage and varied grammatically
from the original words in the paragraphs. The "fonts" dataset gives
the number of inappropriate words out of the 10 that were identified
in the TNR and Gigi fonts by each of the 25 participants.
Examples
Run this codedata(fonts)
str(fonts)
boxplot(fonts)
attach(fonts)
detach(fonts)
Run the code above in your browser using DataLab