| student.questionnaire {cluster.datasets} | R Documentation |
Hartigan (1975) Student Questionnaire
Description
The table contains student responses to a questionnaire about a data analysis course. This is Table 12.4 in Chapter 12 of Hartigan (1975) on page 224.
Usage
data(student.questionnaire)
Format
A data frame with 31 observations on the following 10 variables.
questiona numeric vector for the question number
texta character vector for the question text
s.1a numeric vector for the response from student 1
s.2a numeric vector for the response from student 2
s.3a numeric vector for the response from student 3
s.4a numeric vector for the response from student 4
s.5a numeric vector for the response from student 5
s.6a numeric vector for the response from student 6
s.7a numeric vector for the response from student 7
s.8a numeric vector for the response from student 8
Details
Student responses to the questionnaires are evaluated using the following scores.
| 1 | strongly disagree |
| 2 | disagree |
| 3 | neutral |
| 4 | agree |
| 5 | strongly agree |
Hartigan applies the adding algorithm to this data set.
Source
Hartigan, J. A. (1975). Clustering Algorithms, John Wiley, New York.
SPAETH2 Cluster Analysis Datasets http://people.sc.fsu.edu/~jburkardt/datasets/spaeth2/spaeth2.html
References
Hartigan, J. A. (1975). Clustering Algorithms, John Wiley, New York.
Examples
data(student.questionnaire)